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
dns cli: add `tailscale dns query` (#13368) 4 weeks ago
dnscache
dnsfallback
flowtrack
ipset
ktimeout
memnet
netaddr
netcheck net/netcheck,wgengine/magicsock: plumb OnlyTCP443 controlknob through netcheck (#13491) 1 month ago
neterror
netkernelconf
netknob
netmon all: fix new lint warnings from bumping staticcheck 2 months ago
netns
netstat
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
proxymux
routetable
socks5
sockstats
speedtest
stun
stunserver
tcpinfo
tlsdial
tsaddr net/tsaddr: add WithoutExitRoutes and IsExitRoute 4 weeks ago
tsdial
tshttpproxy
tstun util/usermetrics: make usermetrics non-global 4 weeks ago
wsconn