tailscale-android
tailscale-android copied to clipboard
android: add INIT_WITH_AUTHKEY intent
e.g. adb shell am broadcast -n com.tailscale.ipn/.IPNReceiver -a com.tailscale.ipn.INIT_WITH_AUTHKEY --es authkey "my-super-secret-authkey"
Some corners were cut but it seems to work.
Including video here too. Not shown, the ADB commands...
adb install -r tailscale-debug.apk
adb shell am start -n com.tailscale.ipn/com.tailscale.ipn.IPNActivity
adb shell am broadcast -n com.tailscale.ipn/.IPNReceiver -a com.tailscale.ipn.INIT_WITH_AUTHKEY --es authkey "tskey-auth-......"
https://github.com/tailscale/tailscale-android/assets/2621/6ebd38cc-2c5a-47b7-89ae-b6816bd428fd