]> git.openstreetmap.org Git - dns.git/blobdiff - src/stateofthemap-eu.js
Add mailbox.org config for openstreetmap.io
[dns.git] / src / stateofthemap-eu.js
index 3998f72776960c98fc1c0adc6022b828affa7bdd..2a21842993e32a58f0ed76fcedc40cc946faba53 100644 (file)
@@ -20,13 +20,17 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   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"),
+  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."),
 
   // Site hosted on github pages
 
   ALIAS("@", "osmbe.github.io."),
-  CNAME("www", "osmbe.github.io.")
-
+  CNAME("www", "osmbe.github.io."),
+  
+  // Previous editions
+  
+  A("2014", "49.12.5.171")
+  
 );