From: Grant Slater Date: Wed, 6 Aug 2025 16:13:13 +0000 (+0100) Subject: Remove broken aliases on openstreetmap.mg X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain Remove broken aliases on openstreetmap.mg --- diff --git a/src/openstreetmap-mg.js b/src/openstreetmap-mg.js index 3481492..b669ffe 100644 --- a/src/openstreetmap-mg.js +++ b/src/openstreetmap-mg.js @@ -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."),