X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/251c31af99daf71ef0c4b43fed94de7b2d5bcaff..6a620ed4fb266cc94e26f385a7d4e46b8b9ab07c:/dnsconfig.js diff --git a/dnsconfig.js b/dnsconfig.js index 2a9d90e..9bd7ce7 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -76,9 +76,14 @@ OPENSTREETMAP("openstreetmap.sg", REG_GANDI); OPENSTREETMAP("openstreetmap.tv", REG_GANDI); OPENSTREETMAP("openstreetmap.wales", REG_GANDI); OPENSTREETMAP("openstreetmapdata.org", REG_GANDI); + // Disable due to registration issue // OPENSTREETMAP("openstreetmap.al", REG_NONE); +// Mastodon +OPENSTREETMAP("openstreetmap.town", REG_GANDI); +// Pending transfer: OPENSTREETMAP("osm.town", REG_GANDI); + // Managed independently by Guillaume Rischard // openstreetmap.lu // osm.lu @@ -129,6 +134,17 @@ var IDEDITOR = loadTemplate("ideditor"); IDEDITOR("ideditor.com", REG_GANDI); +var OSMWIKI = loadTemplate("osm-wiki"); +OSMWIKI("osm.wiki", 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);