X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/b543cc5e09973e5aab0e9f421772da331acebedc..8d0445aaafac06e32a334fa7ae5d06cbc5a8a4b2:/dnsconfig.js diff --git a/dnsconfig.js b/dnsconfig.js index 01291cb..2b7b84f 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("osm.wiki", REG_NONE); // Disable due to registration issue // OPENSTREETMAP("openstreetmap.al", REG_NONE); @@ -133,6 +134,14 @@ var IDEDITOR = loadTemplate("ideditor"); IDEDITOR("ideditor.com", REG_GANDI); +var PTR_EQUINIX_AMS_IPV4 = loadTemplate("ptr_equinix_ams_ipv4"); + +PTR_EQUINIX_AMS_IPV4("128-27.179.104.184.in-addr.arpa", REG_NONE); + +var PTR_EQUINIX_AMS_IPV6 = loadTemplate("ptr_equinix_ams_ipv6"); + +PTR_EQUINIX_AMS_IPV6(REV("2001:470:1:fa1::/64"), REG_NONE); + var PTR_EQUINIX_DUB_IPV4 = loadTemplate("ptr_equinix_dub_ipv4"); PTR_EQUINIX_DUB_IPV4("96-27.226.104.184.in-addr.arpa", REG_NONE);