Changes before announcement to hcoop-discuss
[hcoop/domtool2.git] / configDefault / bind.cfg
CommitLineData
6ae327f8
AC
1structure Bind :> BIND_CONFIG = struct
2
3val defaultTTL = 172800
4
5val zonePath = "/home/adamc/fake"
6
7val namedConf = "/home/adamc/fake/named.conf"
8
9val reload = "echo \"I would reload bind now.\""
10(*"/etc/init.d/bind9 reload"*)
11
12end