]> git.openstreetmap.org Git - dns.git/commitdiff
stateofthemap.eu remove explicit TTLs
authorGrant Slater <github@firefishy.com>
Thu, 23 Feb 2023 03:09:22 +0000 (03:09 +0000)
committerGrant Slater <github@firefishy.com>
Thu, 23 Feb 2023 03:09:22 +0000 (03:09 +0000)
src/stateofthemap-eu.js

index 76e0ddf12f82499e98d2e98b3f5488e36ecb0292..34fced4ce5278f651edc12b68507287919fba7d3 100644 (file)
@@ -15,11 +15,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Let openstreetmap.at handle email
 
-  MX("@", 1, "openstreetmap.at.", TTL("1h")),
+  MX("@", 1, "mail.openstreetmap.at."),
 
   // Main web server and it's aliases
 
-  A("@", "88.198.206.107", TTL("10m")),
-  A("www", "88.198.206.107", TTL("10m"))
+  A("@", "88.198.206.107"),
+  A("www", "88.198.206.107")
 
 );