tailscale/net/dns/publicdns
Nahum Shalman 214242ff62 net/dns/publicdns: Add Mullvad DoH
See https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/

The Mullvad DoH servers appear to only speak HTTP/2 and
the use of a non-nil DialContext in the http.Transport
means that ForceAttemptHTTP2 must be set to true to be
able to use them.

Signed-off-by: Nahum Shalman <nahamu@gmail.com>
2022-08-26 17:46:30 -07:00
..
publicdns_test.go all: convert more code to use net/netip directly 2022-07-25 21:53:49 -07:00
publicdns.go net/dns/publicdns: Add Mullvad DoH 2022-08-26 17:46:30 -07:00