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/wgengine
Brad Fitzpatrick 722859b476 wgengine/netstack: make SOCKS5 resolve names to IPv6 if self node when no IPv4
For instance, ephemeral nodes with only IPv6 addresses can now
SOCKS5-dial out to names like "foo" and resolve foo's IPv6 address
rather than foo's IPv4 address and get a "no route"
(*tcpip.ErrNoRoute) error from netstack's dialer.

Per https://github.com/tailscale/tailscale/issues/2268#issuecomment-870027626
which is only part of the isuse.

Updates #2268

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
bench wgengine: randomize client port if netmap says to 3 years ago
filter wgengine/filter: add a debug flag for filter logs (#2241) 3 years ago
magicsock cmd/tailscale: make netcheck use active DERP map, delete static copy 3 years ago
monitor all: adapt to opaque netaddr types 3 years ago
netstack wgengine/netstack: make SOCKS5 resolve names to IPv6 if self node when no IPv4 3 years ago
router wgenine/router: fix OpenBSD route creation 3 years ago
wgcfg go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
wglog wgengine/wglog: match upstream wireguard-go's code for wireguardGoString 3 years ago
winnet wgengine/winnet: don't build on non-windows 3 years ago
mem_ios.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
pendopen.go cmd/tailscale, wgengine, tailcfg: don't assume LastSeen is present [mapver 20] 3 years ago
userspace.go wgengine: make dnsIPsOverTailscale also consider DefaultResolvers 3 years ago
userspace_ext_test.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
userspace_test.go wgengine: randomize client port if netmap says to 3 years ago
watchdog.go wgengine: randomize client port if netmap says to 3 years ago
watchdog_test.go wgengine: extend TestWatchdog timeout on macOS 3 years ago
wgengine.go wgengine: randomize client port if netmap says to 3 years ago