summaryrefslogtreecommitdiff
path: root/dddup.conf
diff options
context:
space:
mode:
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: