X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/3ff5f829f77e74015bb3ae5298a146ea9180f00b..2e3dc91285c6960ddbaadbdd8714ebcf953db978:/src/openstreetmap.js diff --git a/src/openstreetmap.js b/src/openstreetmap.js index 2e3788f..5482323 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), @@ -346,10 +341,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("necrosan", NECROSAN_IPV4), AAAA("necrosan", NECROSAN_IPV6), - CNAME("tile", "dualstack.k.sni.global.fastly.net.", TTL("10m")), - CNAME("a.tile", "dualstack.k.sni.global.fastly.net.", TTL("10m")), - CNAME("b.tile", "dualstack.k.sni.global.fastly.net.", TTL("10m")), - CNAME("c.tile", "dualstack.k.sni.global.fastly.net.", TTL("10m")), + CNAME("tile", "dualstack.n.sni.global.fastly.net.", TTL("10m")), + CNAME("a.tile", "dualstack.n.sni.global.fastly.net.", TTL("10m")), + CNAME("b.tile", "dualstack.n.sni.global.fastly.net.", TTL("10m")), + CNAME("c.tile", "dualstack.n.sni.global.fastly.net.", TTL("10m")), // Fastly DNS based ACME Challenge requirement CNAME("_acme-challenge.tile", "bxve5ryiwwv7woiraq.fastly-validations.com.", TTL("10m")), @@ -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),