X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/a4a34f66e2c8dd461ae8fe2e8238fcecbe2eee13..411a462d372700941be93207524a7dac2507b394:/src/stateofthemap-eu.js diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 14f4836..14776b1 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -13,13 +13,21 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), ], }), - // Let openstreetmap.at handle email + // Block email delivery - // MX("@", 1, "mail.openstreetmap.at."), + TXT("_dmarc", "v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s;"), + TXT("*._domainkey", "v=DKIM1; p="), + TXT("@", "v=spf1 -all"), - // site hosted on github pages - - ALIAS("@", "osmbe.github.io."), - CNAME("www", "osmbe.github.io.") + // Site hosted on github pages + ALIAS("@", "openstreetmap-polska.github.io."), + CNAME("www", "openstreetmap-polska.github.io."), + + // Previous editions + + A("2014", "49.12.5.171"), + CNAME("2023", "osmbe.github.io."), + CNAME("2024", "openstreetmap-polska.github.io.") + );