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
Denton Gentry 97ee3891f1 net/dns: use direct when NetworkManager has no systemd-resolved
Endeavour OS, at least, uses NetworkManager 1.44.2 and does
not use systemd-resolved behind the scenes at all. If we
find ourselves in that situation, return "direct" not
"systemd-resolved"

Fixes https://github.com/tailscale/tailscale/issues/9687

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
1 year ago
..
publicdns net/dns/publicdns: update Quad9 addresses and references 1 year ago
recursive
resolvconffile
resolver net/dns/resolver, ipnlocal: fix ExitDNS on Android and iOS 1 year ago
config.go
debian_resolvconf.go
direct.go
direct_linux.go
direct_notlinux.go
direct_test.go
flush_default.go
flush_windows.go
ini.go
ini_test.go
manager.go net/dns: retry forwarder requests over TCP 1 year ago
manager_darwin.go
manager_default.go
manager_freebsd.go
manager_linux.go net/dns: use direct when NetworkManager has no systemd-resolved 1 year ago
manager_linux_test.go net/dns: use direct when NetworkManager has no systemd-resolved 1 year ago
manager_openbsd.go
manager_tcp_test.go net/dns: retry forwarder requests over TCP 1 year ago
manager_test.go net/dns: retry forwarder requests over TCP 1 year ago
manager_windows.go
manager_windows_test.go
nm.go net/{interfaces,netmon}: remove "interesting", EqualFiltered API 1 year ago
noop.go
nrpt_windows.go all: use set.Set consistently instead of map[T]struct{} 1 year ago
openresolv.go
osconfig.go wgengine/magicsock, controlclient, net/dns: reduce some logspam 1 year ago
osconfig_test.go
resolvconf-workaround.sh
resolvconf.go net/dns: properly detect newer debian resolvconf 1 year ago
resolvconfpath_default.go
resolvconfpath_gokrazy.go
resolvd.go
resolved.go
utf.go
utf_test.go
wsl_windows.go