X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/3e508fc67d8cc293213a637b194f60b56854623e..fcacaf8ec7495b2a6100094a3310a05bb0c0aab2:/src/stateofthemap-eu.js?ds=sidebyside diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 76e0ddf..91a1e32 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -15,11 +15,13 @@ 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") );