]> git.openstreetmap.org Git - chef.git/commitdiff
geodns: Use shorter 300s ttl
authorGrant Slater <git@firefishy.com>
Fri, 7 Aug 2020 02:11:14 +0000 (03:11 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 7 Aug 2020 02:11:14 +0000 (03:11 +0100)
cookbooks/geodns/templates/default/geo.erb

index 1299bb729fc7e5ce30eb1c859468ced80ead204e..9e306421879f7f5e09868043ca18d98f021d1796 100644 (file)
@@ -1,7 +1,7 @@
 $TTL 86400
 
 @              SOA     saphira.openstreetmap.org. hostmaster.openstreetmap.org. (
-               2       ; serial
+               3       ; serial
                86400   ; refresh
                7200    ; retry
                604800  ; expire
@@ -15,5 +15,5 @@ $TTL 86400
 @              86400   NS      stormfly-04.openstreetmap.org.
 @              86400   NS      ridgeback.openstreetmap.org.
 
-tile           600     DYNC    geoip!tile
-nominatim      600     DYNC    geoip!nominatim
+tile           300     DYNC    geoip!tile
+nominatim      300     DYNC    geoip!nominatim