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
+++ /dev/null
-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.")
-);
+++ /dev/null
-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.")
-);
+++ /dev/null
-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.")
-);
+++ /dev/null
-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.")
-);