Server gets client's CN
[hcoop/domtool2.git] / configDefault / bind.cfg
1 structure Bind :> BIND_CONFIG = struct
2
3 val defaultTTL = 172800
4
5 val zonePath = "/home/adamc/fake"
6
7 val namedConf = "/home/adamc/fake/named.conf"
8
9 val reload = "echo \"I would reload bind now.\""
10 (*"/etc/init.d/bind9 reload"*)
11
12 end