From: Clinton Ebadi Date: Sat, 22 Dec 2012 19:37:47 +0000 (-0500) Subject: Drop default TTL to one hour X-Git-Tag: release_20121122 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/8f8d2b0a10ad7dbc84d2d7cd230433f0ddb8de8d?hp=462b0915d6f0fbc9c85a52b8079b6f16d7565424;ds=sidebyside Drop default TTL to one hour * We're transitioning to a new node, and dyndns says an hour is reasonable on the modern Internet anyway. --- diff --git a/configDefault/bind.cfg b/configDefault/bind.cfg index faa61f3..a0577df 100644 --- a/configDefault/bind.cfg +++ b/configDefault/bind.cfg @@ -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"