Better DNS slave handling
[hcoop/domtool2.git] / configDefault / domtool.cfg
index 4ea0478..306eee7 100644 (file)
@@ -1,6 +1,6 @@
 val libRoot = "/home/adamc/cvs/domtool2/lib"
 val resultRoot = "/home/adamc/domtool"
-val tmpDir = "/tmp"
+val tmpDir = "/tmp/domtool"
 
 val cat = "/bin/cat"
 val cp = "/bin/cp"
@@ -13,3 +13,6 @@ val defaultRefresh = 172800
 val defaultRetry = 900
 val defaultExpiry = 1209600
 val defaultMinimum = 3600
+
+val nodeIps = [("this", "1.2.3.4")]
+val defaultNode = "this"