You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/dns/resolver
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>
2 years ago
..
debug.go
doh_test.go
forwarder.go net/dns/publicdns: Add Mullvad DoH 2 years ago
forwarder_test.go
macios_ext.go
tsdns.go all: use syncs.AtomicValue 2 years ago
tsdns_server_test.go
tsdns_test.go