]> git.openstreetmap.org Git - dns.git/commitdiff
Update reverse domains for Amsterdam
authorTom Hughes <tom@compton.nu>
Tue, 17 Dec 2024 17:32:55 +0000 (17:32 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 17 Dec 2024 17:32:55 +0000 (17:32 +0000)
dnsconfig.js

index 88b42189972572f96ffaa67f5cdafbbe8cf820e1..3a5b1cc574a574e4add434bb9091aa1067c46cec 100644 (file)
@@ -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");