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
Andrea Gottardo 69be54c7b6
net/captivedetection: exclude ipsec interfaces from captive portal detection (#13598)
Updates tailscale/tailscale#1634

Logs from some iOS users indicate that we're pointlessly performing captive portal detection on certain interfaces named ipsec*. These are tunnels with the cellular carrier that do not offer Internet access, and are only used to provide internet calling functionality (VoLTE / VoWiFi).

```
attempting to do captive portal detection on interface ipsec1
attempting to do captive portal detection on interface ipsec6
```

This PR excludes interfaces with the `ipsec` prefix from captive portal detection.

Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
4 weeks ago
..
art all: fix new lint warnings from bumping staticcheck 2 months ago
captivedetection net/captivedetection: exclude ipsec interfaces from captive portal detection (#13598) 4 weeks ago
connstats all: use Go 1.22 range-over-int 6 months ago
dns cli: add `tailscale dns query` (#13368) 1 month ago
dnscache net/dnscache: use parent context to perform lookup 4 months ago
dnsfallback {control,net}: close idle connections of custom transports 3 months ago
flowtrack net/flowtrack: fix, test String method 4 months ago
ipset go.mod: bump bart 4 months ago
ktimeout
memnet
netaddr
netcheck net/netcheck,wgengine/magicsock: plumb OnlyTCP443 controlknob through netcheck (#13491) 1 month ago
neterror
netkernelconf ipn/{ipnlocal,localapi},net/netkernelconf,client/tailscale,cmd/containerboot: optionally enable UDP GRO forwarding for containers (#12410) 5 months ago
netknob
netmon all: fix new lint warnings from bumping staticcheck 2 months ago
netns net/netns: remove some logspam by avoiding logging parse errors due to unspecified addresses 3 months ago
netstat all: add test for package comments, fix, add comments as needed 4 months ago
netutil {ipn,net,tsnet}: use tsaddr helpers 4 weeks ago
packet wgengine/magicsock: actually use AF_PACKET socket for raw disco 2 months ago
ping
portmapper all: use math/rand/v2 more 5 months ago
proxymux
routetable net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon 6 months ago
socks5 net/socks5: support UDP 3 months ago
sockstats net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon 6 months ago
speedtest
stun ci: enable checklocks workflow for specific packages 4 months ago
stunserver all: use Go 1.22 range-over-int 6 months ago
tcpinfo all: use Go 1.22 range-over-int 6 months ago
tlsdial cmd/tta, vnet: add host firewall, env var support, more tests 2 months ago
tsaddr net/tsaddr: add WithoutExitRoutes and IsExitRoute 4 weeks ago
tsdial {control,net}: close idle connections of custom transports 3 months ago
tshttpproxy all: use Go 1.22 range-over-int 6 months ago
tstun util/usermetrics: make usermetrics non-global 4 weeks ago
wsconn go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocket 2 months ago