X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/4f59f45455d1d28704815cadf913e668bb1b5180..c25da1eb264607e0c30da8deb48107c1ec83f33e:/src/stateofthemap-eu.js diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 3998f72..2a21842 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -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") + );