X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/24545f7911d843008a88acdec3b36e1937554f56..a32ffbf9fee04a6d5f5e92dcb7cc7e42d2ee296f:/src/openstreetmap.js diff --git a/src/openstreetmap.js b/src/openstreetmap.js index 53ec5f8..3ea58bd 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -291,19 +291,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), CNAME("nominatim", "nominatim.geo.openstreetmap.org."), 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"), + CNAME("qa-tile.nominatim", "dulcy.openstreetmap.org."), // Tile servers @@ -738,7 +726,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // HTTPS / SVCB records HTTPS("forum", 1, ".", "alpn=h2"), - // Staging Blog Server + // Taginfo and Staging Blog Server A("tabaluga", TABALUGA_IPV4), AAAA("tabaluga", TABALUGA_IPV6), @@ -751,8 +739,19 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // 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."),