X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/c9ae1f2330b7c51d74f28df2e35c89f0fe9b8fd3..dab85ec4e3fcc90bf66b120bcc16ff4f1a8f8022:/src/ptr_he_dub_ipv6.js?ds=sidebyside diff --git a/src/ptr_he_dub_ipv6.js b/src/ptr_he_dub_ipv6.js index 8e94546..95ae717 100644 --- a/src/ptr_he_dub_ipv6.js +++ b/src/ptr_he_dub_ipv6.js @@ -1,17 +1,17 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), - PTR(CULEBRE_IPV6_HE, "culebre.openstreetmap.org."), - PTR(FAFNIR_IPV6_HE, "fafnir.openstreetmap.org."), - PTR(FUME_IPV6_HE, "fume.openstreetmap.org."), - PTR(GRISU_IPV6_HE, "grisu.openstreetmap.org."), - PTR(HORNTAIL_IPV6_HE, "horntail.openstreetmap.org."), - PTR(IDRIS_IPV6_HE, "idris.openstreetmap.org."), - PTR(KONQI_IPV6_HE, "konqi.openstreetmap.org."), - PTR(LONGMA_IPV6_HE, "longma.openstreetmap.org."), - PTR(MUIRDRIS_IPV6_HE.split(".").pop(), "muirdris.openstreetmap.org."), - PTR(NAGA_IPV6_HE, "naga.openstreetmap.org."), - PTR(SMAUG_IPV6_HE.split(".").pop(), "smaug.openstreetmap.org."), - PTR(SPIKE01_IPV6_HE, "spike-01.openstreetmap.org."), - PTR(SPIKE02_IPV6_HE, "spike-02.openstreetmap.org."), - PTR(SPIKE03_IPV6_HE, "spike-03.openstreetmap.org."), - PTR(SWITCH1DUB_IPV6_HE, "switch1.dub.openstreetmap.org.") + PTR(IPV6["culebre.he"], "culebre.openstreetmap.org."), + PTR(IPV6["fafnir.he"], "fafnir.openstreetmap.org."), + PTR(IPV6["fume.he"], "fume.openstreetmap.org."), + PTR(IPV6["grisu.he"], "grisu.openstreetmap.org."), + PTR(IPV6["horntail.he"], "horntail.openstreetmap.org."), + PTR(IPV6["idris.he"], "idris.openstreetmap.org."), + PTR(IPV6["konqi.he"], "konqi.openstreetmap.org."), + PTR(IPV6["longma.he"], "longma.openstreetmap.org."), + PTR(IPV6["muirdris.he"], "muirdris.openstreetmap.org."), + PTR(IPV6["naga.he"], "naga.openstreetmap.org."), + PTR(IPV6["smaug.he"], "smaug.openstreetmap.org."), + PTR(IPV6["spike-01.he"], "spike-01.openstreetmap.org."), + PTR(IPV6["spike-02.he"], "spike-02.openstreetmap.org."), + PTR(IPV6["spike-03.he"], "spike-03.openstreetmap.org."), + PTR(IPV6["switch1.he.dub"], "switch1.dub.openstreetmap.org.") );