X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/80846befaf629e0168d01a5a4d04918be9ee7b3a..271ba656a77aae082c11879669688f2eed63486f:/dnsconfig.js?ds=inline diff --git a/dnsconfig.js b/dnsconfig.js index 9745f9a..e2e9c34 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -53,7 +53,7 @@ OPENSTREETMAP("openstreetmap.eu", REG_NONE); OPENSTREETMAP("openstreetmap.pro", REG_GANDI); OPENSTREETMAP("openstreetmap.gay", REG_GANDI); OPENSTREETMAP("openstreetmaps.org", REG_GANDI); -OPENSTREETMAP("osm.org", REG_GANDI, OSM_ORG_RECORDS); +OPENSTREETMAP("osm.org", REG_GANDI, OSM_ORG_RECORDS, SSHFP_RECORDS); OPENSTREETMAP("openmaps.org", REG_GANDI); OPENSTREETMAP("openstreetmap.io", REG_GANDI); OPENSTREETMAP("osm.io", REG_GANDI); @@ -124,4 +124,12 @@ 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 PTR_EQUINIX_DUB_IPV4 = loadTemplate("ptr_equinix_dub_ipv4"); + +PTR_EQUINIX_DUB_IPV4("96-27.226.104.184.in-addr.arpa", REG_NONE); + +var PTR_EQUINIX_DUB_IPV6 = loadTemplate("ptr_equinix_dub_ipv6"); + +PTR_EQUINIX_DUB_IPV6(REV("2001:470:1:b3b::/64"), REG_NONE);