From 8f8d2b0a10ad7dbc84d2d7cd230433f0ddb8de8d Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sat, 22 Dec 2012 14:37:47 -0500 Subject: [PATCH 1/1] 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. --- configDefault/bind.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.20.1