]> git.openstreetmap.org Git - dns.git/blobdiff - src/stateofthemap-eu.js
Merge pull request #20 from jbelien/patch-1
[dns.git] / src / stateofthemap-eu.js
index 25cb14a4270012fe00da7ab858b6b2a398ee62bd..9ff14f0a376a665f3c4f01889fd8a32d45e9d0bb 100644 (file)
@@ -4,7 +4,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   CAA_BUILDER({
     label: "@",
-    ttl: "1h",
     iodef: "mailto:hostmaster@openstreetmap.org",
     issue: [
       "letsencrypt.org",
@@ -16,11 +15,15 @@ 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("@", "185.199.108.153"),
+  A("@", "185.199.109.153"),
+  A("@", "185.199.110.153"),
+  A("@", "185.199.111.153"),
+  
+  CNAME("www", "osmbe.github.io.")
 
 );