Better DNS slave handling
[hcoop/domtool2.git] / configDefault / domtool.cfg
index 79fab00..306eee7 100644 (file)
@@ -1,2 +1,18 @@
 val libRoot = "/home/adamc/cvs/domtool2/lib"
 val resultRoot = "/home/adamc/domtool"
+val tmpDir = "/tmp/domtool"
+
+val cat = "/bin/cat"
+val cp = "/bin/cp"
+val diff = "/usr/bin/diff"
+val rm = "/bin/rm"
+
+val defaultNs = "ns.hcoop.net"
+
+val defaultRefresh = 172800
+val defaultRetry = 900
+val defaultExpiry = 1209600
+val defaultMinimum = 3600
+
+val nodeIps = [("this", "1.2.3.4")]
+val defaultNode = "this"