]> git.openstreetmap.org Git - dns.git/blobdiff - src/ptr_he_dub_ipv6.js
Rework storage of IP addresses
[dns.git] / src / ptr_he_dub_ipv6.js
index 8e94546f758aa37746fac3ff328ac59307e7ceec..95ae71721ad81af95c81544aaeb89404fbc23bc9 100644 (file)
@@ -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.")
 );