From 5de94df423989ba2ffb6924f88fe2910379ca1c0 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 28 Apr 2005 20:39:39 +0000 Subject: cleanup --- dddup.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'dddup.conf') diff --git a/dddup.conf b/dddup.conf index 91b72e4..01f6dc9 100644 --- a/dddup.conf +++ b/dddup.conf @@ -1,6 +1,6 @@ # $Id$ # -# dyndns|statdns|custdns +# dynamic|static|custom # username=username (required) # password=password (required) # hostname=host1.dyndns.org (required) @@ -13,19 +13,20 @@ all:\ :dynamic:static:custom: dynamic:\ - :dyndns:\ + :dynamic:\ :interface=lo0:\ :username=test:password=test:\ - :hostname=test.dyndns.org: + :hostname=test.dyndns.org:\ + :wildcard: static:\ - :statdns:\ + :static:\ :interface=lo0:\ :username=test:password=test:\ :hostname=test-static.dyndns.org: custom:\ - :custdns:\ + :custom:\ :interface=lo0:\ :username=test:password=test:\ :hostname=test1.customtest.dyndns.org: -- cgit v1.2.3