Version 2.4.0
This release adds support for automatically re-installing Tailscale following a firmware update on UniFi OS 2.x and 3.x devices.
# Install the latest version of Tailscale UDM
curl -sSLq https://raw.github.com/SierraSoftworks/tailscale-udm/main/install.sh | sh
# If you previously had Tailscale UDM installed, you'll need to run this once to ensure Tailscale is re-installed during firmware updates
/data/tailscale/manage.sh install!
What's Changed
- chore(deps): Bump lumaxis/shellcheck-problem-matchers from 1.1.2 to 2.0.0 by @dependabot in #53
- feat: Add support for automatically installing Tailscale after a firmware upgrade by @notheotherben in #54
Full Changelog: v2.3.4...v2.4.0