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
Brad Fitzpatrick dc7aa98b76 all: use set.Set consistently instead of map[T]struct{}
I didn't clean up the more idiomatic map[T]bool with true values, at
least yet.  I just converted the relatively awkward struct{}-valued
maps.

Updates #cleanup

Change-Id: I758abebd2bb1f64bc7a9d0f25c32298f4679c14f
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 year ago
..
publicdns net/dns/publicdns: add support for Wikimedia DNS 1 year ago
recursive all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 1 year ago
resolvconffile
resolver
config.go
debian_resolvconf.go
direct.go net/dns: overwrite /tmp/resolv.conf on gokrazy 1 year ago
direct_linux.go
direct_notlinux.go
direct_test.go
flush_default.go
flush_windows.go
ini.go
ini_test.go
manager.go all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 1 year ago
manager_darwin.go
manager_default.go
manager_freebsd.go
manager_linux.go net/dns: detect when libnss_resolve is used 1 year ago
manager_linux_test.go net/dns: detect when libnss_resolve is used 1 year ago
manager_openbsd.go
manager_tcp_test.go
manager_test.go
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
osconfig_test.go
resolvconf-workaround.sh
resolvconf.go
resolvconfpath_default.go net/dns: overwrite /tmp/resolv.conf on gokrazy 1 year ago
resolvconfpath_gokrazy.go net/dns: overwrite /tmp/resolv.conf on gokrazy 1 year ago
resolvd.go
resolved.go
utf.go
utf_test.go
wsl_windows.go