dyndomain/home-sample.conf
Gilles Grandou 6cb57c6dbf big update
* zone.list moved to zone.json
* entries are deleted from zone only after a grace period
* preparation for firewall support
2020-10-04 11:16:13 +02:00

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