tailscale/net
David Anderson baa7937998 net/interfaces: return IPv6 addresses from LocalAddresses.
In practice, we already provide IPv6 endpoint addresses via netcheck,
and that address is likely to match a local address anyway (i.e. no NAT66).
The comment at that piece of the code mentions needing to figure out a
good priority ordering, but that only applies to non-active-discovery
clients, who already don't do anything with IPv6 addresses.

Signed-off-by: David Anderson <danderson@tailscale.com>
2020-12-19 13:50:44 -08:00
..
dnscache net/dnscache, control/controlclient: use DNS cache when dialing control 2020-11-11 12:50:04 -08:00
interfaces net/interfaces: return IPv6 addresses from LocalAddresses. 2020-12-19 13:50:44 -08:00
netcheck net/netcheck: fix offset of unspecified address in PCP request packet 2020-12-08 15:22:26 -08:00
netns net/netns: remove use of unsafe on Windows 2020-11-14 19:53:10 -08:00
netstat net/netstat: remove a bit more unsafe 2020-11-17 13:49:24 -08:00
nettest scripts: add a license header checker. 2020-03-17 21:34:44 -07:00
packet net/packet: add an IP6 constructor from a raw byte array. 2020-12-19 13:50:44 -08:00
stun net/stun: Fix STUN attribute padding (#710) 2020-08-24 12:52:13 -07:00
tlsdial net/tlsdial, derp/derphttp: finish DERPNode.CertName validation 2020-06-01 09:01:37 -07:00
tsaddr tsaddr: add helpers for the Tailscale IPv6 range, and 4to6 conversion. 2020-10-15 15:15:24 -07:00
tshttpproxy net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy path 2020-11-03 09:23:57 -08:00