]> git.openstreetmap.org Git - dns.git/commitdiff
Normalise TTL
authorGrant Slater <github@firefishy.com>
Thu, 2 Mar 2023 06:36:11 +0000 (06:36 +0000)
committerGrant Slater <github@firefishy.com>
Thu, 2 Mar 2023 06:36:11 +0000 (06:36 +0000)
src/opengeodata.js
src/osmfoundation.js
src/stateofthemap.js
src/switch2osm.js

index a189d3f5c0430a2fcabc247e341d9845581d671d..f7824f2914738e32e1e56e16a30946212d7ab5fd 100644 (file)
@@ -26,8 +26,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Main web server and it's aliases
 
 
   // Main web server and it's aliases
 
-  A("@", RIDLEY_IPV4, TTL("10m")),
-  A("old", RIDLEY_IPV4, TTL("10m")),
-  A("www", RIDLEY_IPV4, TTL("10m"))
+  A("@", RIDLEY_IPV4),
+  A("old", RIDLEY_IPV4), // Legacy URL support https://blog.openstreetmap.org/2010/02/25/old-opengeodata-posts-now-up-at-old-opengeodata-org/
+  A("www", RIDLEY_IPV4)
 
 );
\ No newline at end of file
 
 );
\ No newline at end of file
index 7314524e646fe0f13ad6ba547b81f2f5fff0e756..79e4eefb71d99c9c1723ed8b03f9f54fbb8e7454 100644 (file)
@@ -15,11 +15,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Let google handle email
 
 
   // Let google handle email
 
-  MX("@", 1, "aspmx.l.google.com.", TTL("1h")),
-  MX("@", 5, "alt1.aspmx.l.google.com.", TTL("1h")),
-  MX("@", 5, "alt2.aspmx.l.google.com.", TTL("1h")),
-  MX("@", 10, "alt3.aspmx.l.google.com.", TTL("1h")),
-  MX("@", 10, "alt4.aspmx.l.google.com.", TTL("1h")),
+  MX("@", 1, "aspmx.l.google.com."),
+  MX("@", 5, "alt1.aspmx.l.google.com."),
+  MX("@", 5, "alt2.aspmx.l.google.com."),
+  MX("@", 10, "alt3.aspmx.l.google.com."),
+  MX("@", 10, "alt4.aspmx.l.google.com."),
 
   // Handle mail for the join subdomain ourselves
 
 
   // Handle mail for the join subdomain ourselves
 
index 40844e0ff7ee0f072c20acc07937d4b88a58a4cd..dcd9f6a8b4f0e716635c92087af5653c90455b2f 100644 (file)
@@ -30,11 +30,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Let google handle email
 
 
   // Let google handle email
 
-  MX("@", 1, "aspmx.l.google.com.", TTL("1h")),
-  MX("@", 5, "alt1.aspmx.l.google.com.", TTL("1h")),
-  MX("@", 5, "alt2.aspmx.l.google.com.", TTL("1h")),
-  MX("@", 10, "alt3.aspmx.l.google.com.", TTL("1h")),
-  MX("@", 10, "alt4.aspmx.l.google.com.", TTL("1h")),
+  MX("@", 1, "aspmx.l.google.com."),
+  MX("@", 5, "alt1.aspmx.l.google.com."),
+  MX("@", 5, "alt2.aspmx.l.google.com."),
+  MX("@", 10, "alt3.aspmx.l.google.com."),
+  MX("@", 10, "alt4.aspmx.l.google.com."),
 
   // Aliases for google services
 
 
   // Aliases for google services
 
index 12109a77c7247eed09a1e14d53502f69d0b9171c..e6763c7075298a0dcdafa7651aee49e8b03aba07 100644 (file)
@@ -17,7 +17,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   SPF_BUILDER({
     label: "@",
 
   SPF_BUILDER({
     label: "@",
-    ttl: "1h",
     parts: [
       "v=spf1",
       "include:openstreetmap.org",  // main openstreetmap.org spf record
     parts: [
       "v=spf1",
       "include:openstreetmap.org",  // main openstreetmap.org spf record