Small Tailscale build v1.90.2
For a complete changelog go to https://github.com/tailscale/tailscale/releases/tag/v1.90.2
This release was created by:
- Building a combined binary of
tailscaleandtailscaledwith thets_include_clibuild tag - Optimized for router/embedded use - removes desktop/enterprise features while keeping essential router functionality
- Keeps critical features: DNS, routes, exit nodes, health checks, peer API, NAT traversal, and more
- Including
unixsocketidentityfeature for proper LocalAPI access control on Unix/OpenWrt systems - Including
sshfeature for Tailscale SSH support - Compressing the binary with UPX
To use both programs, rename tailscaled-OS-ARCH to tailscaled and create a symbolic link (ln -sv tailscaled tailscale). When invoked as tailscale, it acts as the CLI; when invoked as tailscaled, it acts as the daemon.