include ipnbus so 'tailscale up' waits and prints login URL

Without ipnbus, 'tailscale up' fires config at the daemon and returns
immediately ('built with ts_omit_ipnbus; not waiting for completion')
without printing the auth URL or confirming success. Add it to the
allowlist so interactive 'up' behaves normally.
This commit is contained in:
2026-06-02 15:54:52 +02:00
parent 9ff1623958
commit 1bc10bcb6e
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -143,6 +143,7 @@ that's a separate build, not just a `--platform` change.
| iptables | Linux iptables support for routing rules |
| osrouter | Configure kernel network stack and routing tables |
| unixsocketidentity | **Required** — without it the localapi denies every CLI call with "access denied" ([tailscale#17873](https://github.com/tailscale/tailscale/issues/17873)) |
| ipnbus | Lets `tailscale up` wait for completion and print the login URL; without it `up` returns immediately without confirming success |
## Features intentionally omitted