Drop default TTL to one hour release_20121122
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 22 Dec 2012 19:37:47 +0000 (14:37 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 22 Dec 2012 19:37:47 +0000 (14:37 -0500)
* We're transitioning to a new node, and dyndns says an hour is
  reasonable on the modern Internet anyway.

configDefault/bind.cfg

index faa61f3..a0577df 100644 (file)
@@ -1,6 +1,7 @@
 structure Bind :> BIND_CONFIG = struct
 
-val defaultTTL = 172800
+val defaultTTL = 3600
+
 
 val zonePath = "/var/domtool/zones"
 val zonePath_real = "/etc/bind/zones"