]> git.openstreetmap.org Git - dns.git/blobdiff - src/switch2osm.js
Remove explicit TTLs
[dns.git] / src / switch2osm.js
index ab10db758afe7b0e77e96b6c03df6fa172c401d8..12109a77c7247eed09a1e14d53502f69d0b9171c 100644 (file)
@@ -27,9 +27,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Main web server and it's aliases
 
-  A("@", NAGA_IPV4, TTL("10m")),
-  AAAA("@", NAGA_IPV6, TTL("10m")),
-  A("www", NAGA_IPV4, TTL("10m")),
-  AAAA("www", NAGA_IPV6, TTL("10m"))
+  A("@", NAGA_IPV4),
+  AAAA("@", NAGA_IPV6),
+  A("www", NAGA_IPV4),
+  AAAA("www", NAGA_IPV6)
 
 );