]> git.openstreetmap.org Git - dns.git/blobdiff - dnsconfig.js
Add PTR records for Equinix DUB (naive implementation)
[dns.git] / dnsconfig.js
index 45a01dc96728a91452297e8bd50288e60f0dc507..8a8ffef267aa7c5e8e940043fe6ed0da09842a4e 100644 (file)
@@ -124,4 +124,10 @@ 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);