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
Denton Gentry e2fc0cb175 cmd/tailscale: fix alternate ControlURL handling. (#72)
With the Fast User Switching support in Tailscale 1.34,
it is no longer necessary (nor sufficient) to exit
and restart the app, as the settings are saved upon
first connection.

Therefore:
- do not restart the app after changing the control URL,
  just go back to the authentication screen.
- call `ipn/ipnlocal/local.go:Start()` to reinitialize
  the backend using the new auth URL.

Fixes https://github.com/tailscale/tailscale/issues/6671

Signed-off-by: Denton Gentry <dgentry@tailscale.com>

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
(cherry picked from commit 0244fd108d)
1 year ago
..
backend.go go.mod: update from OSS. 2 years ago
callbacks.go android,cmd/tailscale: implement taildrop receive for Android < 10 3 years ago
google.png cmd/tailscale: add Google sign-in button 4 years ago
main.go cmd/tailscale: fix alternate ControlURL handling. (#72) 1 year ago
multitun.go fix name of NewUserspaceEngine in error/comment 3 years ago
pprof.go cmd/tailscale: delete unused FileTargetsEvent; gofmt 3 years ago
store.go jni,cmd/tailscale: replace jni.EnvFor with explicit conversion 3 years ago
tailscale.png all: initial commit 4 years ago
tools.go cmd/tailscale: delete unused FileTargetsEvent; gofmt 3 years ago
ui.go cmd/tailscale: fix alternate ControlURL handling. (#72) 1 year ago