From bdfd9d6315030cd5a31f770eeee0401dd4d05c7c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 18 Aug 2023 23:06:54 +0100 Subject: [PATCH] osm.wiki still transfer set REG_NONE for now --- dnsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index a993883..2b7b84f 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -76,7 +76,7 @@ OPENSTREETMAP("openstreetmap.sg", REG_GANDI); OPENSTREETMAP("openstreetmap.tv", REG_GANDI); OPENSTREETMAP("openstreetmap.wales", REG_GANDI); OPENSTREETMAP("openstreetmapdata.org", REG_GANDI); -OPENSTREETMAP("osm.wiki", REG_GANDI); +OPENSTREETMAP("osm.wiki", REG_NONE); // Disable due to registration issue // OPENSTREETMAP("openstreetmap.al", REG_NONE); -- 2.45.1