]> git.openstreetmap.org Git - dns.git/blobdiff - src/openstreetmap-za.js
Point services in Dublin at Equinix IP addresses
[dns.git] / src / openstreetmap-za.js
index 4c57b12a58a0cb5cca803fb6cbdee745258cde44..1167f28da62d96b47fa029df70d23f1bbb724492 100644 (file)
@@ -38,68 +38,26 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   CNAME("www", "www.openstreetmap.org."),
   CNAME("api", "api.openstreetmap.org."),
 
-  // Aerial imagery sites on ironbelly
-
-  A("aerial", IRONBELLY_IPV4),
-  AAAA("aerial", IRONBELLY_IPV6),
-  A("a.aerial", IRONBELLY_IPV4),
-  AAAA("a.aerial", IRONBELLY_IPV6),
-  A("b.aerial", IRONBELLY_IPV4),
-  AAAA("b.aerial", IRONBELLY_IPV6),
-  A("c.aerial", IRONBELLY_IPV4),
-  AAAA("c.aerial", IRONBELLY_IPV6),
-
-  // HTTPS / SVCB records
-  HTTPS("aerial", 1, ".", "alpn=h2"),
-  HTTPS("a.aerial", 1, ".", "alpn=h2"),
-  HTTPS("b.aerial", 1, ".", "alpn=h2"),
-  HTTPS("c.aerial", 1, ".", "alpn=h2"),
-
-  // Aerial imagery sites on kessie
-
-  A("coct.aerial", KESSIE_IPV4),
-  AAAA("coct.aerial", KESSIE_IPV6),
-  A("a.coct.aerial", KESSIE_IPV4),
-  AAAA("a.coct.aerial", KESSIE_IPV6),
-  A("b.coct.aerial", KESSIE_IPV4),
-  AAAA("b.coct.aerial", KESSIE_IPV6),
-  A("c.coct.aerial", KESSIE_IPV4),
-  AAAA("c.coct.aerial", KESSIE_IPV6),
-
-  // HTTPS / SVCB records
-  HTTPS("coct.aerial", 1, ".", "alpn=h2"),
-  HTTPS("a.coct.aerial", 1, ".", "alpn=h2"),
-  HTTPS("b.coct.aerial", 1, ".", "alpn=h2"),
-  HTTPS("c.coct.aerial", 1, ".", "alpn=h2"),
-
-  A("topo", KESSIE_IPV4),
-  AAAA("topo", KESSIE_IPV6),
-  A("a.topo", KESSIE_IPV4),
-  AAAA("a.topo", KESSIE_IPV6),
-  A("b.topo", KESSIE_IPV4),
-  AAAA("b.topo", KESSIE_IPV6),
-  A("c.topo", KESSIE_IPV4),
-  AAAA("c.topo", KESSIE_IPV6),
-
-  // HTTPS / SVCB records
-  HTTPS("topo", 1, ".", "alpn=h2"),
-  HTTPS("a.topo", 1, ".", "alpn=h2"),
-  HTTPS("b.topo", 1, ".", "alpn=h2"),
-  HTTPS("c.topo", 1, ".", "alpn=h2"),
-
-  A("namibia-topo", KESSIE_IPV4),
-  AAAA("namibia-topo", KESSIE_IPV6),
-  A("a.namibia-topo", KESSIE_IPV4),
-  AAAA("a.namibia-topo", KESSIE_IPV6),
-  A("b.namibia-topo", KESSIE_IPV4),
-  AAAA("b.namibia-topo", KESSIE_IPV6),
-  A("c.namibia-topo", KESSIE_IPV4),
-  AAAA("c.namibia-topo", KESSIE_IPV6),
-
-  // HTTPS / SVCB records
-  HTTPS("namibia-topo", 1, ".", "alpn=h2"),
-  HTTPS("a.namibia-topo", 1, ".", "alpn=h2"),
-  HTTPS("b.namibia-topo", 1, ".", "alpn=h2"),
-  HTTPS("c.namibia-topo", 1, ".", "alpn=h2")
+  // Aerial imagery sites
+
+  osm_web_service("aerial", "lockheed"),
+  osm_web_service("a.aerial", "lockheed"),
+  osm_web_service("b.aerial", "lockheed"),
+  osm_web_service("c.aerial", "lockheed"),
+
+  osm_web_service("coct.aerial", "lockheed"),
+  osm_web_service("a.coct.aerial", "lockheed"),
+  osm_web_service("b.coct.aerial", "lockheed"),
+  osm_web_service("c.coct.aerial", "lockheed"),
+
+  osm_web_service("topo", "lockheed"),
+  osm_web_service("a.topo", "lockheed"),
+  osm_web_service("b.topo", "lockheed"),
+  osm_web_service("c.topo", "lockheed"),
+
+  osm_web_service("namibia-topo", "lockheed"),
+  osm_web_service("a.namibia-topo", "lockheed"),
+  osm_web_service("b.namibia-topo", "lockheed"),
+  osm_web_service("c.namibia-topo", "lockheed")
 
 );