Tweak SOA parameters
authorAdam Chlipala <adamc@hcoop.net>
Sun, 23 Dec 2007 22:00:21 +0000 (22:00 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sun, 23 Dec 2007 22:00:21 +0000 (22:00 +0000)
configDefault/domtool.cfg
lib/domain.dtl

index 9fe0db8..a838db8 100644 (file)
@@ -14,8 +14,8 @@ val domtool_publish = "/usr/local/sbin/domtool-publish"
 
 val defaultNs = "ns1.hcoop.net"
 
-val defaultRefresh = 172800
-val defaultRetry = 900
+val defaultRefresh = 86400
+val defaultRetry = 1800
 val defaultExpiry = 1209600
 val defaultMinimum = 3600
 
index 8111c62..08606a6 100644 (file)
@@ -66,7 +66,7 @@ extern type soa;
 {{DNS start-of-authority record}}
 extern val soa : domain -> serial -> int -> int -> int -> int -> soa;
 
-val defaultSoa = soa "deleuze.hcoop.net" serialAuto 172800 900 1209600 3600;
+val defaultSoa = soa "deleuze.hcoop.net" serialAuto 86400 1800 1209600 3600;
 
 extern type dns_node;
 {{A node offering DNS services}}