From: Tom Hughes Date: Wed, 11 Aug 2021 17:43:04 +0000 (+0100) Subject: Re-enable stateofthemap.eu but disconnect registrar management X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/b5bc114a65ea4f10ebb22f50a59059d2ca216293 Re-enable stateofthemap.eu but disconnect registrar management --- diff --git a/dnsconfig.js b/dnsconfig.js index b25d38d..3bf3fe6 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -93,10 +93,9 @@ STATEOFTHEMAP("stateofthemap.org", REG_GANDI); STATEOFTHEMAP("stateofthemap.com", REG_GANDI); STATEOFTHEMAP("sotm.org", REG_GANDI); +var STATEOFTHEMAP_EU = loadTemplate("stateofthemap-eu"); -// Domain Owner Issue / Registration Issues - Disable for the moment. 31 May 2021 -// var STATEOFTHEMAP_EU = loadTemplate("stateofthemap-eu"); -// STATEOFTHEMAP_EU("stateofthemap.eu", REG_GANDI); +STATEOFTHEMAP_EU("stateofthemap.eu", REG_NONE); var OPENGEODATA = loadTemplate("opengeodata"); OPENGEODATA("opengeodata.org", REG_GANDI);