]> git.openstreetmap.org Git - dns.git/commitdiff
Remove Equinix uplink reverse DNS
authorGrant Slater <github@firefishy.com>
Tue, 7 Jan 2025 17:05:51 +0000 (17:05 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 7 Jan 2025 17:05:51 +0000 (17:05 +0000)
dnsconfig.js
src/ptr_equinix_ams_uplink_ipv4.js [deleted file]
src/ptr_equinix_ams_uplink_ipv6.js [deleted file]
src/ptr_equinix_dub_uplink_ipv4.js [deleted file]
src/ptr_equinix_dub_uplink_ipv6.js [deleted file]

index fa2b96042fad835def586a181ea152cfbc052627..639192e96bf3c884b27cd0f63c97e4ce9ad45bd9 100644 (file)
@@ -168,22 +168,6 @@ var PTR_EQUINIX_DUB_IPV6 = loadTemplate("ptr_equinix_dub_ipv6");
 
 PTR_EQUINIX_DUB_IPV6(REV("2001:4d78:fe03:1c::/64"), REG_NONE);
 
-var PTR_EQUINIX_AMS_UPLINK_IPV4 = loadTemplate("ptr_equinix_ams_uplink_ipv4");
-
-PTR_EQUINIX_AMS_UPLINK_IPV4("72-29.86.199.82.in-addr.arpa", REG_NONE);
-
-var PTR_EQUINIX_AMS_UPLINK_IPV6 = loadTemplate("ptr_equinix_ams_uplink_ipv6");
-
-PTR_EQUINIX_AMS_UPLINK_IPV6(REV("2001:4d78:500:5e2::/64"), REG_NONE);
-
-var PTR_EQUINIX_DUB_UPLINK_IPV4 = loadTemplate("ptr_equinix_dub_uplink_ipv4");
-
-PTR_EQUINIX_DUB_UPLINK_IPV4("104-29.218.252.87.in-addr.arpa", REG_NONE);
-
-var PTR_EQUINIX_DUB_UPLINK_IPV6 = loadTemplate("ptr_equinix_dub_uplink_ipv6");
-
-PTR_EQUINIX_DUB_UPLINK_IPV6(REV("2001:4d78:fe03:1b::/64"), REG_NONE);
-
 // No immediate plans
 // External DNS and hosting still up
 // freethepostcode.org
diff --git a/src/ptr_equinix_ams_uplink_ipv4.js b/src/ptr_equinix_ams_uplink_ipv4.js
deleted file mode 100644 (file)
index 8842f32..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
-  PTR(EQUINIXGWAMS_IPV4.split(".").pop(), "equinix-gw.ams.openstreetmap.org."),
-  PTR(EQUINIXGW1AMS_IPV4.split(".").pop(), "equinix-gw-1.ams.openstreetmap.org."),
-  PTR(EQUINIXGW2AMS_IPV4.split(".").pop(), "equinix-gw-2.ams.openstreetmap.org."),
-  PTR(EQUINIXOSMAMS_IPV4.split(".").pop(), "equinix-osm.ams.openstreetmap.org.")
-);
diff --git a/src/ptr_equinix_ams_uplink_ipv6.js b/src/ptr_equinix_ams_uplink_ipv6.js
deleted file mode 100644 (file)
index bab12cb..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
-  PTR(EQUINIXGWAMS_IPV6, "equinix-gw.ams.openstreetmap.org."),
-  PTR(EQUINIXGW1AMS_IPV6, "equinix-gw-1.ams.openstreetmap.org."),
-  PTR(EQUINIXGW2AMS_IPV6, "equinix-gw-2.ams.openstreetmap.org."),
-  PTR(EQUINIXOSMAMS_IPV6, "equinix-osm.ams.openstreetmap.org.")
-);
diff --git a/src/ptr_equinix_dub_uplink_ipv4.js b/src/ptr_equinix_dub_uplink_ipv4.js
deleted file mode 100644 (file)
index 9e5b8e9..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
-  PTR(EQUINIXGWDUB_IPV4.split(".").pop(), "equinix-gw.dub.openstreetmap.org."),
-  PTR(EQUINIXGW1DUB_IPV4.split(".").pop(), "equinix-gw-1.dub.openstreetmap.org."),
-  PTR(EQUINIXGW2DUB_IPV4.split(".").pop(), "equinix-gw-2.dub.openstreetmap.org."),
-  PTR(EQUINIXOSMDUB_IPV4.split(".").pop(), "equinix-osm.dub.openstreetmap.org.")
-);
diff --git a/src/ptr_equinix_dub_uplink_ipv6.js b/src/ptr_equinix_dub_uplink_ipv6.js
deleted file mode 100644 (file)
index 36dcc89..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
-  PTR(EQUINIXGWDUB_IPV6, "equinix-gw.dub.openstreetmap.org."),
-  PTR(EQUINIXGW1DUB_IPV6, "equinix-gw-1.dub.openstreetmap.org."),
-  PTR(EQUINIXGW2DUB_IPV6, "equinix-gw-2.dub.openstreetmap.org."),
-  PTR(EQUINIXOSMDUB_IPV6, "equinix-osm.dub.openstreetmap.org.")
-);