X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/1ad9d2dfba4fd9600b681f9f4fa1b692d7217e6b..67a63a4ee53ca7f797a9f3029633968f18201d2c:/dnsconfig.js diff --git a/dnsconfig.js b/dnsconfig.js index 45a01dc..e2e9c34 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -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);