From: Grant Slater Date: Fri, 11 Mar 2022 23:19:28 +0000 (+0000) Subject: Temporary disable openstreetmap.al due to reg issue X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/d38fb10f65175ffe2c2e9086c3e5bbb783a04d49 Temporary disable openstreetmap.al due to reg issue --- diff --git a/dnsconfig.js b/dnsconfig.js index 617551b..3f395c6 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -64,7 +64,8 @@ OPENSTREETMAP("openstreetmap.sg", REG_GANDI); OPENSTREETMAP("openstreetmap.tv", REG_GANDI); OPENSTREETMAP("openstreetmap.wales", REG_GANDI); OPENSTREETMAP("openstreetmapdata.org", REG_GANDI); -OPENSTREETMAP("openstreetmap.al", REG_NONE); +// Disable due to registration issue +// OPENSTREETMAP("openstreetmap.al", REG_NONE); var OSM_LI = loadTemplate("osm-li");