]> git.openstreetmap.org Git - dns.git/blobdiff - src/stateofthemap-eu.js
Reconfigure DNS for the new edition
[dns.git] / src / stateofthemap-eu.js
index 76e0ddf12f82499e98d2e98b3f5488e36ecb0292..14776b1ebfd9df7168232dce76a8caf2c6b29715 100644 (file)
@@ -13,13 +13,21 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
     ],
   }),
 
-  // Let openstreetmap.at handle email
+  // Block email delivery
 
-  MX("@", 1, "openstreetmap.at.", TTL("1h")),
+  TXT("_dmarc", "v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s;"),
+  TXT("*._domainkey", "v=DKIM1; p="),
+  TXT("@", "v=spf1 -all"),
 
-  // Main web server and it's aliases
-
-  A("@", "88.198.206.107", TTL("10m")),
-  A("www", "88.198.206.107", TTL("10m"))
+  // 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.")
+  
 );