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
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
..
publicdns net/dns/publicdns: Add Mullvad DoH 2 years ago
resolvconffile all: convert more code to use net/netip directly 2 years ago
resolver net/dns/publicdns: Add Mullvad DoH 2 years ago
config.go all: convert more code to use net/netip directly 2 years ago
debian_resolvconf.go
direct.go all: convert more code to use net/netip directly 2 years ago
direct_test.go all: convert more code to use net/netip directly 2 years ago
flush_default.go
flush_windows.go
ini.go
ini_test.go
manager.go net/dns: [win] add MagicDNS entries to etc/hosts 2 years ago
manager_darwin.go
manager_default.go
manager_freebsd.go
manager_linux.go net/dns: remove systemd-resolved ping 2 years ago
manager_linux_test.go net/dns: remove systemd-resolved ping 2 years ago
manager_openbsd.go
manager_tcp_test.go all: convert more code to use net/netip directly 2 years ago
manager_test.go net/dns: [win] add MagicDNS entries to etc/hosts 2 years ago
manager_windows.go net/dns: [win] add MagicDNS entries to etc/hosts 2 years ago
manager_windows_test.go net/dns: [win] add MagicDNS entries to etc/hosts 2 years ago
nm.go all: convert more code to use net/netip directly 2 years ago
noop.go
nrpt_windows.go all: use syncs.AtomicValue 2 years ago
openresolv.go
osconfig.go net/dns: [win] add MagicDNS entries to etc/hosts 2 years ago
resolvconf-workaround.sh
resolvconf.go
resolvd.go
resolved.go all: gofmt for Go 1.19 2 years ago
utf.go
utf_test.go
wsl_windows.go