From 45d9d4477663635bc77a1f2253535dfb20358821 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 27 Apr 2005 23:13:11 +0000 Subject: demon's dyndns updater --- dddup.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dddup.conf (limited to 'dddup.conf') 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: -- cgit v1.2.3