X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/a1e302990f916ff58f13e7f0d8181863601c8de8..c69699901bc0ec19e7a2aa81a61ff74460815a8c:/src/stateofthemap-eu.js diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 34fced4..9ff14f0 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -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.") );