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>
2 months ago
..
art all: fix new lint warnings from bumping staticcheck 3 months ago
captivedetection net/captivedetection: exclude ipsec interfaces from captive portal detection (#13598) 2 months ago
connstats
dns cli: add `tailscale dns query` (#13368) 2 months ago
dnscache
dnsfallback {control,net}: close idle connections of custom transports 4 months ago
flowtrack
ipset
ktimeout
memnet
netaddr
netcheck net/netcheck,wgengine/magicsock: plumb OnlyTCP443 controlknob through netcheck (#13491) 2 months ago
neterror
netkernelconf
netknob
netmon all: fix new lint warnings from bumping staticcheck 3 months ago
netns net/netns: remove some logspam by avoiding logging parse errors due to unspecified addresses 4 months ago
netstat all: add test for package comments, fix, add comments as needed 4 months ago
netutil {ipn,net,tsnet}: use tsaddr helpers 2 months ago
packet wgengine/magicsock: actually use AF_PACKET socket for raw disco 3 months ago
ping
portmapper
proxymux
routetable
socks5 net/socks5: support UDP 4 months ago
sockstats
speedtest
stun
stunserver
tcpinfo
tlsdial cmd/tta, vnet: add host firewall, env var support, more tests 3 months ago
tsaddr net/tsaddr: add WithoutExitRoutes and IsExitRoute 2 months ago
tsdial {control,net}: close idle connections of custom transports 4 months ago
tshttpproxy
tstun util/usermetrics: make usermetrics non-global 2 months ago
wsconn go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocket 3 months ago