X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/3ff5f829f77e74015bb3ae5298a146ea9180f00b..e095c3f57171a20b5851545fa01cde62ac81b0bf:/src/openstreetmap.js diff --git a/src/openstreetmap.js b/src/openstreetmap.js index 2e3788f..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 @@ -684,8 +678,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Discourse server ("community") A("jakelong", JAKELONG_IPV4), AAAA("jakelong", JAKELONG_IPV6), - A("community", 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),