tailscale/net
David Crawshaw 9502b515f1 net/dns: replace resolver IPs with type for DoH
We currently plumb full URLs for DNS resolvers from the control server
down to the client. But when we pass the values into the net/dns
package, we throw away any URL that isn't a bare IP. This commit
continues the plumbing, and gets the URL all the way to the built in
forwarder. (It stops before plumbing URLs into the OS configurations
that can handle them.)

For #2596

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
2021-09-07 14:44:26 -07:00
..
dns net/dns: replace resolver IPs with type for DoH 2021-09-07 14:44:26 -07:00
dnscache net/{dnscache,interfaces}: use netaddr.IP.IsPrivate, delete copied code 2021-07-26 20:30:28 -07:00
dnsfallback net/dnsfallback: go generate, pick up new DERPs 2021-09-05 17:46:34 -07:00
flowtrack fix: typo spelling grammar 2021-08-24 07:55:04 -07:00
interfaces net/interfaces: fix default route lookup on Windows 2021-08-26 13:42:20 -07:00
netcheck fix: typo spelling grammar 2021-08-24 07:55:04 -07:00
netns all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
netstat all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
nettest net/nettest: make nettest.NewConn pass x/net/nettest.TestConn. 2021-04-06 15:34:29 -07:00
packet net/packet: use netaddr AppendTo methods 2021-05-20 20:42:18 -07:00
portmapper net/portmapper: fix "running a test" condition. 2021-08-25 20:16:35 -07:00
socks5 net/socks5/tssocks: add a SOCKS5 dialer type, method-ifying code 2021-06-28 13:12:42 -07:00
speedtest Implemented Commandline Download Speedtest (#2064) 2021-07-15 14:43:13 -04:00
stun all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
tlsdial net/tlsdial, derp/derphttp: finish DERPNode.CertName validation 2020-06-01 09:01:37 -07:00
tsaddr all: add (*testing.B).ReportAllocs() to every benchmark 2021-08-30 21:41:04 -07:00
tshttpproxy all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
tstun all: add (*testing.B).ReportAllocs() to every benchmark 2021-08-30 21:41:04 -07:00