X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/1ad9d2dfba4fd9600b681f9f4fa1b692d7217e6b..e2cdaff42b954092f157dc5c6c0cb46a58e49e85:/dnsconfig.js diff --git a/dnsconfig.js b/dnsconfig.js index 45a01dc..77f9c0c 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -24,6 +24,9 @@ function loadTemplate(template) { }; } +// Ensure that the reverse DNS records are in RFC 4183 notation +REVCOMPAT("rfc4183"); + require("src/hosts.js"); var OPENSTREETMAP = loadTemplate("openstreetmap"); @@ -76,9 +79,22 @@ 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); +// Mastodon redirects to en.osm.town +var OPENSTREETMAP_TOWN = loadTemplate("openstreetmap-town"); +OPENSTREETMAP_TOWN("openstreetmap.town", REG_GANDI); + +// Domain owned by Amanda McCann +// osm.town + +// Managed independently by Guillaume Rischard +// openstreetmap.lu +// osm.lu + var OSM_LI = loadTemplate("osm-li"); OSM_LI("osm.li", REG_GANDI); @@ -104,10 +120,13 @@ STATEOFTHEMAP("stateofthemap.org", REG_GANDI); STATEOFTHEMAP("stateofthemap.com", REG_GANDI); STATEOFTHEMAP("sotm.org", REG_GANDI); +// The domain is registation is managed by FOSSGIS.de +var STATEOFTHEMAP_EU = loadTemplate("stateofthemap-eu"); +STATEOFTHEMAP_EU("stateofthemap.eu", REG_NONE); -// Domain Owner Issue / Registration Issues - Disable for the moment. 31 May 2021 -// var STATEOFTHEMAP_EU = loadTemplate("stateofthemap-eu"); -// STATEOFTHEMAP_EU("stateofthemap.eu", REG_GANDI); +// State of the Map Madagascar +var OPENSTREETMAP_MG = loadTemplate("openstreetmap-mg"); +OPENSTREETMAP_MG("openstreetmap.mg", REG_GANDI); var OPENGEODATA = loadTemplate("opengeodata"); OPENGEODATA("opengeodata.org", REG_GANDI); @@ -124,4 +143,38 @@ OSM2PGSQL("osm2pgsql.com", REG_GANDI); var IDEDITOR = loadTemplate("ideditor"); -IDEDITOR("ideditor.com", REG_GANDI); \ No newline at end of file +IDEDITOR("ideditor.com", REG_GANDI); + +var OSMWIKI = loadTemplate("osm-wiki"); +OSMWIKI("osm.wiki", REG_GANDI); + +var PTR_HE_DUB_IPV4 = loadTemplate("ptr_he_dub_ipv4"); + +PTR_HE_DUB_IPV4(REV("184.104.226.96/27"), REG_NONE); + +var PTR_HE_DUB_IPV6 = loadTemplate("ptr_he_dub_ipv6"); + +PTR_HE_DUB_IPV6(REV("2001:470:1:b3b::/64"), REG_NONE); + +var PTR_EQUINIX_AMS_IPV4 = loadTemplate("ptr_equinix_ams_ipv4"); + +PTR_EQUINIX_AMS_IPV4(REV("82.199.86.96/27"), REG_NONE); + +var PTR_EQUINIX_AMS_IPV6 = loadTemplate("ptr_equinix_ams_ipv6"); + +PTR_EQUINIX_AMS_IPV6(REV("2001:4d78:500:5e3::/64"), REG_NONE); + +var PTR_EQUINIX_DUB_IPV4 = loadTemplate("ptr_equinix_dub_ipv4"); + +PTR_EQUINIX_DUB_IPV4(REV("87.252.214.96/27"), REG_NONE); + +var PTR_EQUINIX_DUB_IPV6 = loadTemplate("ptr_equinix_dub_ipv6"); + +PTR_EQUINIX_DUB_IPV6(REV("2001:4d78:fe03:1c::/64"), REG_NONE); + +// No immediate plans +// External DNS and hosting still up +// freethepostcode.org + +// External DNS and hosting +// openstreetmap.cymru