Skip to content

Commit

Permalink
Remove Equinix uplink reverse DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jan 7, 2025
1 parent 1bc5e18 commit ebd3f1c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 40 deletions.
16 changes: 0 additions & 16 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions src/ptr_equinix_ams_uplink_ipv4.js

This file was deleted.

6 changes: 0 additions & 6 deletions src/ptr_equinix_ams_uplink_ipv6.js

This file was deleted.

6 changes: 0 additions & 6 deletions src/ptr_equinix_dub_uplink_ipv4.js

This file was deleted.

6 changes: 0 additions & 6 deletions src/ptr_equinix_dub_uplink_ipv6.js

This file was deleted.

0 comments on commit ebd3f1c

Please sign in to comment.