X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/34ed1ceab28e9092125614248c7bd812397a56c5..efdc7aa9f4b790b3d5e4390d5607b3d7179b88a4:/src/openstreetmap.js diff --git a/src/openstreetmap.js b/src/openstreetmap.js index 713888b..1bf2cfb 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -572,6 +572,26 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("oob1.dub", OOB1DUB_INTERNAL), + // Network gateways + + A("equinix-gw.ams", EQUINIXGWAMS_IPV4), + AAAA("equinix-gw.ams", EQUINIXGWAMS_IPV6), + A("equinix-gw-1.ams", EQUINIXGW1AMS_IPV4), + AAAA("equinix-gw-1.ams", EQUINIXGW1AMS_IPV6), + A("equinix-gw-2.ams", EQUINIXGW2AMS_IPV4), + AAAA("equinix-gw-2.ams", EQUINIXGW2AMS_IPV6), + A("equinix-osm.ams", EQUINIXOSMAMS_IPV4), + AAAA("equinix-osm.ams", EQUINIXOSMAMS_IPV6), + + A("equinix-gw.dub", EQUINIXGWDUB_IPV4), + AAAA("equinix-gw.dub", EQUINIXGWDUB_IPV6), + A("equinix-gw-1.dub", EQUINIXGW1DUB_IPV4), + AAAA("equinix-gw-1.dub", EQUINIXGW1DUB_IPV6), + A("equinix-gw-2.dub", EQUINIXGW2DUB_IPV4), + AAAA("equinix-gw-2.dub", EQUINIXGW2DUB_IPV6), + A("equinix-osm.dub", EQUINIXOSMDUB_IPV4), + AAAA("equinix-osm.dub", EQUINIXOSMDUB_IPV6), + // Bytemark machine, and the services which operate from it A("shenron", SHENRON_IPV4),