X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/7478f25a912e2fc62cc88ff2702f75c059aeb492..e08287e202a14e573f7f0802d70707affb5a9ae2:/src/ptr_he_dub_ipv4.js diff --git a/src/ptr_he_dub_ipv4.js b/src/ptr_he_dub_ipv4.js index 407a989..9ee2839 100644 --- a/src/ptr_he_dub_ipv4.js +++ b/src/ptr_he_dub_ipv4.js @@ -1,18 +1,18 @@ // http://www.he.net/adm/reverse.dns.html (RFC4183 notation) D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), - PTR(CULEBRE_IPV4_HE, "culebre.openstreetmap.org."), - PTR(FAFNIR_IPV4_HE, "fafnir.openstreetmap.org."), - PTR(FUME_IPV4_HE, "fume.openstreetmap.org."), - PTR(GRISU_IPV4_HE, "grisu.openstreetmap.org."), - PTR(HORNTAIL_IPV4_HE, "horntail.openstreetmap.org."), - PTR(IDRIS_IPV4_HE, "idris.openstreetmap.org."), - PTR(KONQI_IPV4_HE, "konqi.openstreetmap.org."), - PTR(LONGMA_IPV4_HE, "longma.openstreetmap.org."), - PTR(MUIRDRIS_IPV4_HE, "muirdris.openstreetmap.org."), - PTR(NAGA_IPV4_HE, "naga.openstreetmap.org."), - PTR(SMAUG_IPV4_HE, "smaug.openstreetmap.org."), - PTR(SPIKE01_IPV4_HE, "spike-01.openstreetmap.org."), - PTR(SPIKE02_IPV4_HE, "spike-02.openstreetmap.org."), - PTR(SPIKE03_IPV4_HE, "spike-03.openstreetmap.org."), - PTR(SWITCH1DUB_IPV4_HE, "switch1.dub.openstreetmap.org.") + PTR(IPV4["culebre.he"], "culebre.openstreetmap.org."), + PTR(IPV4["fafnir.he"], "fafnir.openstreetmap.org."), + PTR(IPV4["fume.he"], "fume.openstreetmap.org."), + PTR(IPV4["grisu.he"], "grisu.openstreetmap.org."), + PTR(IPV4["horntail.he"], "horntail.openstreetmap.org."), + PTR(IPV4["idris.he"], "idris.openstreetmap.org."), + PTR(IPV4["konqi.he"], "konqi.openstreetmap.org."), + PTR(IPV4["longma.he"], "longma.openstreetmap.org."), + PTR(IPV4["muirdris.he"], "muirdris.openstreetmap.org."), + PTR(IPV4["naga.he"], "naga.openstreetmap.org."), + PTR(IPV4["smaug.he"], "smaug.openstreetmap.org."), + PTR(IPV4["spike-01.he"], "spike-01.openstreetmap.org."), + PTR(IPV4["spike-02.he"], "spike-02.openstreetmap.org."), + PTR(IPV4["spike-03.he"], "spike-03.openstreetmap.org."), + PTR(IPV4["switch1.he.dub"], "switch1.dub.openstreetmap.org.") );