Gilles Grandou
6cb57c6dbf
* zone.list moved to zone.json * entries are deleted from zone only after a grace period * preparation for firewall support
35 lines
388 B
Plaintext
35 lines
388 B
Plaintext
# Sample Configuration file for dyndomain
|
|
# edit it and save it as home.conf
|
|
|
|
[Files]
|
|
zonefile = zone.json
|
|
logfile = zone.log
|
|
|
|
[Wan]
|
|
hostname = livebox
|
|
|
|
[Hosts]
|
|
mypc1
|
|
mypc2
|
|
mypc3
|
|
|
|
[PortsNat]
|
|
mypc2 = 22,443
|
|
mypc3 = 10022
|
|
|
|
[Firewall]
|
|
mypc2 = 22,443
|
|
mypc3 = 10022
|
|
|
|
[Zone]
|
|
domain = example.com
|
|
subdomain = home
|
|
keep = 3d
|
|
|
|
[Mail]
|
|
from = me@example.com
|
|
to = you@example.com
|
|
|
|
[MailIgnore]
|
|
mypc2
|