This release improves support for installing Tailscale on UniFi CloudKey Gen 2 devices and allows configuration of the tailscaled
environment variables using the /data/tailscale-env
file on UniFi 2.x+ devices (just remember to run /data/manage.sh install
again after making changes).
# 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 actions/checkout from 3 to 4 by @dependabot in #67
- feat: Add support for propagating TAILSCALED_FLAGS from tailscale-env for UniFi 2.x+ installs by @notheotherben in #70
- another cloudkey workaround by @milesd in #66
Full Changelog: v2.4.2...v2.4.3