]> 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 38090f0916d6992e3a741ab9268097e13cbf5d6d..1167f28da62d96b47fa029df70d23f1bbb724492 100644 (file)
@@ -38,40 +38,26 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   CNAME("www", "www.openstreetmap.org."),
   CNAME("api", "api.openstreetmap.org."),
 
-  // Aerial imagery sites on draco
-
-  A("aerial", DRACO_IPV4, TTL("10m")),
-  A("a.aerial", DRACO_IPV4, TTL("10m")),
-  A("b.aerial", DRACO_IPV4, TTL("10m")),
-  A("c.aerial", DRACO_IPV4, TTL("10m")),
-
-  // Aerial imagery sites on kessie
-
-  A("coct.aerial", KESSIE_IPV4, TTL("30m")),
-  AAAA("coct.aerial", KESSIE_IPV6, TTL("30m")),
-  A("a.coct.aerial", KESSIE_IPV4, TTL("30m")),
-  AAAA("a.coct.aerial", KESSIE_IPV6, TTL("30m")),
-  A("b.coct.aerial", KESSIE_IPV4, TTL("30m")),
-  AAAA("b.coct.aerial", KESSIE_IPV6, TTL("30m")),
-  A("c.coct.aerial", KESSIE_IPV4, TTL("30m")),
-  AAAA("c.coct.aerial", KESSIE_IPV6, TTL("30m")),
-
-  A("topo", KESSIE_IPV4, TTL("30m")),
-  AAAA("topo", KESSIE_IPV6, TTL("30m")),
-  A("a.topo", KESSIE_IPV4, TTL("30m")),
-  AAAA("a.topo", KESSIE_IPV6, TTL("30m")),
-  A("b.topo", KESSIE_IPV4, TTL("30m")),
-  AAAA("b.topo", KESSIE_IPV6, TTL("30m")),
-  A("c.topo", KESSIE_IPV4, TTL("30m")),
-  AAAA("c.topo", KESSIE_IPV6, TTL("30m")),
-
-  A("namibia-topo", KESSIE_IPV4, TTL("30m")),
-  AAAA("namibia-topo", KESSIE_IPV6, TTL("30m")),
-  A("a.namibia-topo", KESSIE_IPV4, TTL("30m")),
-  AAAA("a.namibia-topo", KESSIE_IPV6, TTL("30m")),
-  A("b.namibia-topo", KESSIE_IPV4, TTL("30m")),
-  AAAA("b.namibia-topo", KESSIE_IPV6, TTL("30m")),
-  A("c.namibia-topo", KESSIE_IPV4, TTL("30m")),
-  AAAA("c.namibia-topo", KESSIE_IPV6, TTL("30m"))
+  // 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")
 
 );