]> git.openstreetmap.org Git - dns.git/blobdiff - src/stateofthemap-eu.js
Reconfigure DNS for the new edition
[dns.git] / src / stateofthemap-eu.js
index 9ff14f0a376a665f3c4f01889fd8a32d45e9d0bb..14776b1ebfd9df7168232dce76a8caf2c6b29715 100644 (file)
@@ -13,17 +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"),
 
-  // 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("@", "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.")
   
-  CNAME("www", "osmbe.github.io.")
-
 );