Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/captivedetection: exclude cellular data interfaces (tailscale#13002)
Updates tailscale#1634 This PR optimizes captive portal detection on Android and iOS by excluding cellular data interfaces (`pdp*` and `rmnet`). As cellular networks do not present captive portals, frequent network switches between Wi-Fi and cellular would otherwise trigger captive detection unnecessarily, causing battery drain. Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
- Loading branch information