31 lines
331 B
Plaintext
31 lines
331 B
Plaintext
# Sample Configuration file for dyndomain
|
|
# edit it and save it as home.conf
|
|
|
|
[Files]
|
|
zonefile = zone.list
|
|
logfile = zone.log
|
|
|
|
[Wan]
|
|
hostname = livebox
|
|
|
|
[Hosts]
|
|
mypc1
|
|
mypc2
|
|
mypc3
|
|
|
|
[Aliases]
|
|
mypc1-wifi = mypc1
|
|
|
|
[NatHosts]
|
|
mypc2
|
|
mypc4
|
|
|
|
[Zone]
|
|
domain = example.com
|
|
subdomain = home
|
|
|
|
[Mail]
|
|
from = me@example.com
|
|
to = you@example.com
|
|
|