X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/91558dfdd9dc7659df2b46a43f453d02466a82a8..2be0aa31e74d747f8fcf891a4365772dc7a0abb7:/src/openstreetmap.js diff --git a/src/openstreetmap.js b/src/openstreetmap.js index 16a8418..9e4e1c0 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -304,11 +304,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Tile servers - A("orm", ORM_IPV4), - AAAA("orm", ORM_IPV6), - A("orm.ams", ORM_INTERNAL), - A("orm.oob", ORM_OOB), - A("odin", ODIN_IPV4), AAAA("odin", ODIN_IPV6), A("odin.ams", ODIN_INTERNAL), @@ -422,9 +417,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("katla.bm", KATLA_INTERNAL), A("katla.oob", KATLA_OOB), - A("ramoth.ams", RAMOTH_INTERNAL), - A("ramoth.oob", RAMOTH_OOB), - // Development server with wildcard alias for user sites A("errol", ERROL_IPV4), @@ -537,6 +529,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Out of band access servers + A("oob1.ams", OOB1AMS_INTERNAL), + A("oob1.dub", OOB1DUB_INTERNAL), // Bytemark machine, and the services which operate from it @@ -685,7 +679,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("jakelong", JAKELONG_IPV4), AAAA("jakelong", JAKELONG_IPV6), A("community", JAKELONG_IPV4), + A("communities", JAKELONG_IPV4), AAAA("community", JAKELONG_IPV6), + AAAA("communities", JAKELONG_IPV6), A("jakelong.dub", JAKELONG_INTERNAL), A("jakelong.oob", JAKELONG_OOB),