]> git.openstreetmap.org Git - dns.git/blobdiff - src/stateofthemap-eu.js
Add special handling for openstreetmap.town
[dns.git] / src / stateofthemap-eu.js
index 9ff14f0a376a665f3c4f01889fd8a32d45e9d0bb..2a21842993e32a58f0ed76fcedc40cc946faba53 100644 (file)
@@ -13,17 +13,24 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
     ],
   }),
 
-  // Let openstreetmap.at handle email
+  // Let OSMBE handle email (through Fastmail)
+  // https://www.fastmail.help/hc/en-us/articles/1500000280261
 
-  // MX("@", 1, "mail.openstreetmap.at."),
+  MX("@", 10, "in1-smtp.messagingengine.com."),
+  MX("@", 20, "in2-smtp.messagingengine.com."),
+  
+  TXT("@", "v=spf1 include:spf.messagingengine.com ?all"),
+  CNAME("fm1._domainkey", "fm1.stateofthemap.eu.dkim.fmhosted.com."),
+  CNAME("fm2._domainkey", "fm2.stateofthemap.eu.dkim.fmhosted.com."),
+  CNAME("fm3._domainkey", "fm3.stateofthemap.eu.dkim.fmhosted.com."),
 
-  // Main web server and it's aliases
+  // Site hosted on github pages
 
-  A("@", "185.199.108.153"),
-  A("@", "185.199.109.153"),
-  A("@", "185.199.110.153"),
-  A("@", "185.199.111.153"),
+  ALIAS("@", "osmbe.github.io."),
+  CNAME("www", "osmbe.github.io."),
+  
+  // Previous editions
+  
+  A("2014", "49.12.5.171")
   
-  CNAME("www", "osmbe.github.io.")
-
 );