summaryrefslogtreecommitdiff
path: root/dddup.conf
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2005-04-28 20:39:39 +0000
committerDimitri Sokolyuk <demon@dim13.org>2005-04-28 20:39:39 +0000
commit5de94df423989ba2ffb6924f88fe2910379ca1c0 (patch)
tree28647a205729a58575148ebc0aabfa3d14139184 /dddup.conf
parent45d9d4477663635bc77a1f2253535dfb20358821 (diff)
cleanup
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: