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
Josh Bleecher Snyder 0ef74f37a5 net/dns/resolver: remove closure allocation explanation
As of Go 1.18, the register ABI list includes arm64, amd64,
ppc64, and ppc64le. This is a large enough percentage of the
architectures that it's not worth explaining.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
3 years ago
..
debug.go net/dns/resolver: add debug HTML handler to see what DNS traffic was forwarded 3 years ago
doh_test.go net/dns: replace resolver IPs with type for DoH 3 years ago
forwarder.go net/{neterror,dns/resolver}: move PacketWasTruncated to neterror from DNS code 3 years ago
forwarder_test.go net/dns/resolver: add nameFromQuery benchmark 3 years ago
macios_ext.go all: simplify ts_macext build tags 3 years ago
tsdns.go net/dns/resolvconffile: unify three /etc/resolv.conf parsers into new package 3 years ago
tsdns_server_test.go net/dns/resolver: add Windows ExitDNS service support, using net package 3 years ago
tsdns_test.go net/dns/resolver: remove closure allocation explanation 3 years ago