From 24b9f96d9c33184d700ec775c38a9970fb7a570f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 13 Jan 2025 21:38:07 +0000 Subject: [PATCH] Add openstreetmap.org.nz --- dnsconfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dnsconfig.js b/dnsconfig.js index 639192e..ed26dfd 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -76,6 +76,7 @@ OPENSTREETMAP("openstreetmap.sg", REG_GANDI); OPENSTREETMAP("openstreetmap.tv", REG_GANDI); OPENSTREETMAP("openstreetmap.wales", REG_GANDI); OPENSTREETMAP("openstreetmapdata.org", REG_GANDI); +OPENSTREETMAP("openstreetmap.org.nz", REG_GANDI); // Disable due to registration issue // OPENSTREETMAP("openstreetmap.al", REG_NONE); -- 2.39.5