This release drops support for UniFi OS 1.x and incorporates all of the changes present up to v2.8.0 of this script. We're intentionally keeping the number of changes to a minimum to reduce the potential risks of breakage when migrating to v3.0.0 of this script.
Anyone still running UniFi OS 1.x should stick to the v2.8.0 version of this script going forward.
# 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
- refactor: Drop support for UniFi OS 1.x by @notheotherben in #119
Full Changelog: v2.8.0...v3.0.0