From: Tom Hughes Date: Tue, 17 Dec 2024 17:32:55 +0000 (+0000) Subject: Update reverse domains for Amsterdam X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/a20f78ee4736af74f69e0f61054ad8ceb88b39fd Update reverse domains for Amsterdam --- diff --git a/dnsconfig.js b/dnsconfig.js index 88b4218..3a5b1cc 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -146,11 +146,11 @@ OSMWIKI("osm.wiki", REG_GANDI); var PTR_EQUINIX_AMS_IPV4 = loadTemplate("ptr_equinix_ams_ipv4"); -PTR_EQUINIX_AMS_IPV4("128-27.179.104.184.in-addr.arpa", REG_NONE); +PTR_EQUINIX_AMS_IPV4("96-27.86.199.82.in-addr.arpa", REG_NONE); var PTR_EQUINIX_AMS_IPV6 = loadTemplate("ptr_equinix_ams_ipv6"); -PTR_EQUINIX_AMS_IPV6(REV("2001:470:1:fa1::/64"), REG_NONE); +PTR_EQUINIX_AMS_IPV6(REV("2001:4d78:500:5e3::/64"), REG_NONE); var PTR_EQUINIX_DUB_IPV4 = loadTemplate("ptr_equinix_dub_ipv4");