summaryrefslogtreecommitdiff
path: root/dddup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dddup.conf')
-rw-r--r--dddup.conf11
1 files changed, 6 insertions, 5 deletions
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: