X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/8df2e702cf3e5ed9b8433585b357bbcd9f0d623e..12adf55a902b1d9bde677e4636530e5753857e05:/configDefault/domtool.cfs?ds=sidebyside diff --git a/configDefault/domtool.cfs b/configDefault/domtool.cfs index d72df6f..e42271a 100644 --- a/configDefault/domtool.cfs +++ b/configDefault/domtool.cfs @@ -13,3 +13,19 @@ val cat : string val cp : string val diff : string val rm : string + +(* DNS SOA parameter defaults *) +val defaultNs : string +val defaultRefresh : int +val defaultRetry : int +val defaultExpiry : int +val defaultMinimum : int + +(* Names of machines who will receive configuration *) +val nodeIps : (string * string) list +val defaultNode : string + +val aclFile : string +(* Place to serialize ACL information *) + +val testUser : string