summaryrefslogtreecommitdiff
path: root/dddup.conf
blob: 01f6dc952d49aeea7c0c6c5138cb5872946862bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $Id$
#
# dynamic|static|custom
# 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:\
	:dynamic:\
	:interface=lo0:\
	:username=test:password=test:\
	:hostname=test.dyndns.org:\
	:wildcard:

static:\
	:static:\
	:interface=lo0:\
	:username=test:password=test:\
	:hostname=test-static.dyndns.org:

custom:\
	:custom:\
	:interface=lo0:\
	:username=test:password=test:\
	:hostname=test1.customtest.dyndns.org: