From 41b6771f76666c390fa7a36cba17ef348e208539 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 23 Feb 2023 03:05:08 +0000 Subject: [PATCH] Enable stateofthemap.eu again --- dnsconfig.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index e2e9c34..48d0d83 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -104,10 +104,8 @@ STATEOFTHEMAP("stateofthemap.org", REG_GANDI); STATEOFTHEMAP("stateofthemap.com", REG_GANDI); STATEOFTHEMAP("sotm.org", REG_GANDI); - -// Domain Owner Issue / Registration Issues - Disable for the moment. 31 May 2021 -// var STATEOFTHEMAP_EU = loadTemplate("stateofthemap-eu"); -// STATEOFTHEMAP_EU("stateofthemap.eu", REG_GANDI); +var STATEOFTHEMAP_EU = loadTemplate("stateofthemap-eu"); +STATEOFTHEMAP_EU("stateofthemap.eu", REG_GANDI); var OPENGEODATA = loadTemplate("opengeodata"); OPENGEODATA("opengeodata.org", REG_GANDI); -- 2.39.5