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
A("cmok", CMOK_IPV4),
+ CNAME("vector", "dualstack.n.sni.global.fastly.net."),
+
// Site gateways
A("ironbelly", IRONBELLY_IPV4),
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
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),
AAAA("communities", FUME_IPV6),
AAAA("c", FUME_IPV6),
- 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 / SVCB records
HTTPS("forum", 1, ".", "alpn=h2"),
- // Spare servers
-
- A("gorwen", GORWEN_IPV4),
- AAAA("gorwen", GORWEN_IPV6),
- A("gorwen.dub", GORWEN_INTERNAL),
- A("gorwen.oob", GORWEN_OOB),
+ // 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."),