]> git.openstreetmap.org Git - dns.git/blobdiff - src/stateofthemap-eu.js
Update stateofthemap-eu.js
[dns.git] / src / stateofthemap-eu.js
index 76e0ddf12f82499e98d2e98b3f5488e36ecb0292..91a1e32b481ff5ccf2f50060322d13d5af6c4847 100644 (file)
@@ -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")
 
 );