Now builds with MLton
[hcoop/domtool2.git] / configDefault / bind.cfg
... / ...
CommitLineData
1structure Bind :> BIND_CONFIG = struct
2
3val defaultTTL = 172800
4
5val zonePath = "/var/domtool/zones"
6
7val namedConf = "/var/domtool/named.conf.local"
8
9val reload = "/usr/bin/rsync --delete /var/domtool/zones/* /etc/bind/zones/ ; /bin/cp /var/domtool/named.conf.local /etc/bind/ ; echo \"I would reload Bind now.\""
10(*"/etc/init.d/bind9 reload"*)
11
12end