]> git.openstreetmap.org Git - dns.git/commitdiff
Remove broken aliases on openstreetmap.mg master
authorGrant Slater <github@firefishy.com>
Wed, 6 Aug 2025 16:13:13 +0000 (17:13 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 6 Aug 2025 16:13:13 +0000 (17:13 +0100)
src/openstreetmap-mg.js

index 348149287e6f013cad1599b0143eb4728960ce3f..b669ffe29f44329a14f589c73c6d94b44ec409e7 100644 (file)
@@ -19,10 +19,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   TXT("*._domainkey", "v=DKIM1; p="),
   TXT("@", "v=spf1 -all"),
 
-  // Site hosted on github pages
+  ALIAS("@", "www.openstreetmap.org."),
+  CNAME("www", "www.openstreetmap.org."),
 
-  ALIAS("@", "openstreetmap-madagascar.github.io."),
-  CNAME("www", "openstreetmap-madagascar.github.io."),
+  // Site hosted on github pages
 
   CNAME("sotm2024", "openstreetmap-madagascar.github.io."),