X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/b13ada4cd17775d88cd20554fd1fea831ec9fb76..108f25e0b01a8e7b43c931a197fb892da298f3d6:/src/openstreetmap-za.js diff --git a/src/openstreetmap-za.js b/src/openstreetmap-za.js index 4fa90fd..1167f28 100644 --- a/src/openstreetmap-za.js +++ b/src/openstreetmap-za.js @@ -38,44 +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), - - // 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), - - 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), - - 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) + // 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") );