Add new moinmoin static files prefix to world readable files
[hcoop/domtool2.git] / configDefault / bind.cfg
... / ...
CommitLineData
1structure Bind :> BIND_CONFIG = struct
2
3val defaultTTL = 172800
4
5val zonePath = "/var/domtool/zones"
6val zonePath_real = "/etc/bind/zones"
7
8val namedConf = "/var/domtool/named.conf.local"
9
10val reload = "/usr/bin/sudo /usr/local/sbin/domtool-publish bind"
11
12end