From: Tom Hughes Date: Sat, 19 Aug 2023 14:42:14 +0000 (+0100) Subject: Point taginfo at dribble X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/073bb8527c06ef214a8bdc2f94c6cb265ddabdb9 Point taginfo at dribble --- diff --git a/src/openstreetmap.js b/src/openstreetmap.js index 7c3f0f3..7847c51 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -298,10 +298,12 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Taginfo server - A("grindtooth", GRINDTOOTH_IPV4), - A("taginfo", GRINDTOOTH_IPV4), - A("grindtooth.ucl", GRINDTOOTH_INTERNAL), - A("grindtooth.oob", GRINDTOOTH_OOB), + 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), // Tile servers @@ -621,10 +623,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Spare - A("dribble", DRIBBLE_IPV4), - AAAA("dribble", DRIBBLE_IPV6), - A("dribble.ams", DRIBBLE_INTERNAL), - A("dribble.oob", DRIBBLE_OOB), + A("grindtooth", GRINDTOOTH_IPV4), + A("grindtooth.ucl", GRINDTOOTH_INTERNAL), + A("grindtooth.oob", GRINDTOOTH_OOB), // Discourse server ("community")