Increased the TTL as our query rates seem a bit high
authorNigel Metheringham <nigel@exim.org>
Thu, 19 Apr 2012 08:17:28 +0000 (09:17 +0100)
committerNigel Metheringham <nigel@exim.org>
Thu, 19 Apr 2012 08:17:28 +0000 (09:17 +0100)
exim.org.lua

index 94f442aef91410adf50f422f7fa330b0b8439b24..5ba15d8f67c388c1622998796a15fe8b361bcf0f 100644 (file)
@@ -15,7 +15,7 @@ local main_ipv4 = '131.111.8.192'
 local main_ipv6 = '2001:630:212:8:204:23ff:fed6:b664'
 
 -- Standard TTL
-local ttl = 7200
+local ttl = 28800
 
 -- Basic A/AAAA records
 a_and_aaaa(_a,      main_ipv4, main_ipv6, ttl)