summaryrefslogtreecommitdiff
path: root/dddup.conf
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2005-04-27 23:13:11 +0000
committerDimitri Sokolyuk <demon@dim13.org>2005-04-27 23:13:11 +0000
commit45d9d4477663635bc77a1f2253535dfb20358821 (patch)
treeca10b9068a967843e931bd538d6d091722dbb0ab /dddup.conf
demon's dyndns updater
Diffstat (limited to 'dddup.conf')
-rw-r--r--dddup.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/dddup.conf b/dddup.conf
new file mode 100644
index 0000000..91b72e4
--- /dev/null
+++ b/dddup.conf
@@ -0,0 +1,31 @@
+# $Id$
+#
+# dyndns|statdns|custdns
+# username=username (required)
+# password=password (required)
+# hostname=host1.dyndns.org (required)
+# myip=1.3.3.7 or interface=tun0
+# wildcard
+# mx=mailexchanger (and) backmx
+# offline
+
+all:\
+ :dynamic:static:custom:
+
+dynamic:\
+ :dyndns:\
+ :interface=lo0:\
+ :username=test:password=test:\
+ :hostname=test.dyndns.org:
+
+static:\
+ :statdns:\
+ :interface=lo0:\
+ :username=test:password=test:\
+ :hostname=test-static.dyndns.org:
+
+custom:\
+ :custdns:\
+ :interface=lo0:\
+ :username=test:password=test:\
+ :hostname=test1.customtest.dyndns.org: