X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/2307aa8063ab0ac6c6711c218ecf2c50a4f6f5d7..21dac8380ff12a9ed41641405c0953e36269ab92:/src/openstreetmap.js diff --git a/src/openstreetmap.js b/src/openstreetmap.js index b749929..eb1ff98 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -293,18 +293,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), CNAME("qgis.nominatim", "nominatim.geo.openstreetmap.org."), CNAME("qa-tile.nominatim", "longma.openstreetmap.org."), - // Taginfo server - - A("dribble", DRIBBLE_IPV4), - A("taginfo", DRIBBLE_IPV4), - AAAA("dribble", DRIBBLE_IPV6), - AAAA("taginfo", DRIBBLE_IPV6), - A("dribble.ams", DRIBBLE_INTERNAL), - A("dribble.oob", DRIBBLE_OOB), - - // HTTPS / SVCB records - HTTPS("taginfo", 1, ".", "alpn=h2"), - // Tile servers A("odin", ODIN_IPV4), @@ -363,6 +351,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("cmok", CMOK_IPV4), + CNAME("vector", "dualstack.n.sni.global.fastly.net."), + // Site gateways A("ironbelly", IRONBELLY_IPV4), @@ -446,14 +436,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("ridley.ucl", RIDLEY_INTERNAL), A("ridley.oob", RIDLEY_OOB), - A("staging.blog", FUME_IPV4), - AAAA("staging.blog", FUME_IPV6), - // HTTPS / SVCB records HTTPS("blog", 1, ".", "alpn=h2"), HTTPS("foundation", 1, ".", "alpn=h2"), - HTTPS("staging.blog", 1, ".", "alpn=h2"), - HTTPS("birthday20", 1, ".", "alpn=h2"), // Matomo server @@ -606,6 +591,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), HTTPS("hot", 1, ".", "alpn=h2"), HTTPS("dmca", 1, ".", "alpn=h2"), // HTTPS("otrs", 1, ".", "alpn=h2"), - OTRS is not available using HTTPS/2 + HTTPS("birthday20", 1, ".", "alpn=h2"), A("naga.dub", NAGA_INTERNAL), A("naga.oob", NAGA_OOB), @@ -679,35 +665,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("meraxes", MERAXES_IPV4), AAAA("meraxes", MERAXES_IPV6), - // Discourse server ("community") - - A("gorwen", GORWEN_IPV4), - AAAA("gorwen", GORWEN_IPV6), - - A("community", GORWEN_IPV4), - A("communities", GORWEN_IPV4), - A("c", GORWEN_IPV4), - AAAA("community", GORWEN_IPV6), - AAAA("communities", GORWEN_IPV6), - AAAA("c", GORWEN_IPV6), - - // HTTPS / SVCB records - HTTPS("community", 1, ".", "alpn=h2"), - HTTPS("communities", 1, ".", "alpn=h2"), - HTTPS("c", 1, ".", "alpn=h2"), - - CNAME("community-cdn", "dualstack.n.sni.global.fastly.net."), - TXT("community", "google-site-verification=hQ8GZyj4KwnPqAX2oAzpbLrh6I5dfR08PSdL3icVkfg"), - - A("forum", GORWEN_IPV4), - AAAA("forum", GORWEN_IPV6), - - // HTTPS / SVCB records - HTTPS("forum", 1, ".", "alpn=h2"), - - A("gorwen.dub", GORWEN_INTERNAL), - A("gorwen.oob", GORWEN_OOB), - // Donation site and new OSMF crm site A("donate", RIDLEY_IPV4), @@ -741,18 +698,60 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), HTTPS("b.us-imagery", 1, ".", "alpn=h2"), HTTPS("c.us-imagery", 1, ".", "alpn=h2"), - // Spare servers + // Discourse server ("community") A("fume", FUME_IPV4), AAAA("fume", FUME_IPV6), A("fume.dub", FUME_INTERNAL), A("fume.oob", FUME_OOB), + A("community", FUME_IPV4), + A("communities", FUME_IPV4), + A("c", FUME_IPV4), + AAAA("community", FUME_IPV6), + AAAA("communities", FUME_IPV6), + AAAA("c", FUME_IPV6), + + // HTTPS / SVCB records + HTTPS("community", 1, ".", "alpn=h2"), + HTTPS("communities", 1, ".", "alpn=h2"), + HTTPS("c", 1, ".", "alpn=h2"), + + CNAME("community-cdn", "dualstack.n.sni.global.fastly.net."), + TXT("community", "google-site-verification=hQ8GZyj4KwnPqAX2oAzpbLrh6I5dfR08PSdL3icVkfg"), + + A("forum", FUME_IPV4), + AAAA("forum", FUME_IPV6), + + // HTTPS / SVCB records + HTTPS("forum", 1, ".", "alpn=h2"), + + // Taginfo and Staging Blog Server + A("tabaluga", TABALUGA_IPV4), AAAA("tabaluga", TABALUGA_IPV6), A("tabaluga.ams", TABALUGA_INTERNAL), A("tabaluga.oob", TABALUGA_OOB), + A("staging.blog", TABALUGA_IPV4), + AAAA("staging.blog", TABALUGA_IPV6), + + // HTTPS / SVCB records + HTTPS("staging.blog", 1, ".", "alpn=h2"), + + A("taginfo", TABALUGA_IPV4), + AAAA("taginfo", TABALUGA_IPV6), + + // HTTPS / SVCB records + HTTPS("taginfo", 1, ".", "alpn=h2"), + + // Spare servers + + A("dribble", DRIBBLE_IPV4), + AAAA("dribble", DRIBBLE_IPV6), + A("dribble.ams", DRIBBLE_INTERNAL), + A("dribble.oob", DRIBBLE_OOB), + // Uptime site at StatusCake CNAME("uptime", "uptimessl-new.statuscake.com."),