tailscale/net/dns
Anton Tolchanov e25ab75795 net/dns: getting base DNS config is not supported on macOS
Instead of returning a custom error, use ErrGetBaseConfigNotSupported
that seems to be intended for this use case. This fixes DNS resolution
on macOS clients compiled from source.

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
2022-10-30 08:57:33 +00:00
..
publicdns net/dns/publicdns: permit more NextDNS profile bits in its IPv6 suffix 2022-09-29 12:23:38 -07:00
resolvconffile all: convert more code to use net/netip directly 2022-07-25 21:53:49 -07:00
resolver all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
config.go
debian_resolvconf.go
direct.go
direct_test.go
flush_default.go
flush_windows.go
ini.go
ini_test.go
manager.go net/dns: always attempt to read the OS config on macOS/iOS 2022-10-13 15:11:07 -07:00
manager_darwin.go net/dns: getting base DNS config is not supported on macOS 2022-10-30 08:57:33 +00:00
manager_default.go
manager_freebsd.go
manager_linux.go net/dns: print systemd-resolved ResolvConfMode 2022-10-19 11:25:36 -04:00
manager_linux_test.go net/dns: print systemd-resolved ResolvConfMode 2022-10-19 11:25:36 -04:00
manager_openbsd.go
manager_tcp_test.go
manager_test.go
manager_windows.go
manager_windows_test.go all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
nm.go all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
noop.go
nrpt_windows.go all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
openresolv.go
osconfig.go
osconfig_test.go
resolvconf-workaround.sh
resolvconf.go
resolvd.go
resolved.go
utf.go
utf_test.go
wsl_windows.go