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-android/android/src
Brett Jenkins 6348bb254a
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>
2 years ago
..
main Prevent connecting loops when using connect intent more than once (#95) 2 years ago
play/java/com/tailscale/ipn android: create build flavor for omitting non-free Google dependency 5 years ago
test/java/com/tailscale/ipn Add a unit test for DnsConfig.intToInetString 3 years ago