]> git.openstreetmap.org Git - dns.git/commitdiff
Merge pull request #20 from jbelien/patch-1
authorGrant <github@firefishy.com>
Fri, 31 Mar 2023 09:35:30 +0000 (10:35 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2023 09:35:30 +0000 (10:35 +0100)
Update stateofthemap-eu.js

src/stateofthemap-eu.js

index 34fced4ce5278f651edc12b68507287919fba7d3..9ff14f0a376a665f3c4f01889fd8a32d45e9d0bb 100644 (file)
@@ -15,11 +15,15 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Let openstreetmap.at handle email
 
-  MX("@", 1, "mail.openstreetmap.at."),
+  // MX("@", 1, "mail.openstreetmap.at."),
 
   // Main web server and it's aliases
 
-  A("@", "88.198.206.107"),
-  A("www", "88.198.206.107")
+  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.")
 
 );