This release improves support for automatic upgrades and re-installation after firmware upgrades. It also includes support for setting custom TAILSCALED_FLAGS
during the installation process to support advanced installation scenarios in preparation for new Tailscale capabilities which enable tailscaled
to be run with kernel mode networking.
# Install the latest version of Tailscale UDM
curl -sSLq https://raw.github.com/SierraSoftworks/tailscale-udm/main/install.sh | sh
# Then run the following to complete the update
/data/tailscale/manage.sh install!
What's Changed
- feat: enable custom TAILSCALED_FLAGS by @jasonwbarnett in #99
- refactor: Improve re-install timer to address OS update issues by @notheotherben in #101
New Contributors
- @jasonwbarnett made their first contribution in #99
Full Changelog: v2.6.0...v2.6.1