Prevent connecting loops when using connect intent more than once (#95)
* startvpnworker.java: prevent connecting loops If start intent called more than once. Turns out there were still some cases where the bug would occur, also it turns out checking the status of a VPN connection isn't foolproof in android, so this is a safer way to fix it, we just ensure that the autoConnect var is set to false when disconnecting. Fixes: https://github.com/tailscale/tailscale/issues/8013 Signed-off-by: Brett Jenkins <brett@brettjenkins.co.uk>bradfitz/authkey_intent
parent
8e748afc47
commit
6348bb254a
Loading…
Reference in New Issue