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/cmd/tailscale
Elias Naur 9db851a113 cmd/tailscale: notify user when VPN access is denied
When tailscale starts, any other active VPN service is automatically closed by the system.
However, if the other VPN service is configured to be always-on, we will be denied access
to set up a VPN. The user may not realize this case, so this change adds a notification
when we're denied access.

The failure mode is identical to the user denying access tthrough the system dialog
shown first time Tailscale starts, so the notification also mentions that case.

Fixes tailscale/tailscale#1017

Signed-off-by: Elias Naur <mail@eliasnaur.com>
4 years ago
..
backend.go cmd/tailscale: only refresh VPN tunnel if configuration changed 4 years ago
callbacks.go cmd/tailscale: notify user when VPN access is denied 4 years ago
google.png cmd/tailscale: add Google sign-in button 4 years ago
logo.go cmd/tailscale: add Google sign-in button 4 years ago
main.go cmd/tailscale: notify user when VPN access is denied 4 years ago
multitun.go cmd/tailscale: wait for previous tunnel(s) to close before establishing new 4 years ago
pprof.go all: initial commit 5 years ago
store.go cmd/tailscale: remove unused field stateStore.dataDir 4 years ago
tailscale.png all: initial commit 5 years ago
tools.go cmd/tailscale,go.*: track go-bindata tool version in go.mod 4 years ago
ui.go cmd/tailscale: notify user when VPN access is denied 4 years ago