This release adds support for installing a Tailscale-issued LetsEncrypt certificate as the default TLS certificate for your UniFi device; enabling you to access it over Magic DNS without a browser security warning.
⚠️ This functionality directly modifies the unifi-core database and may break at any time, we recommend you take care when using it (especially when running it on newly released UniFi OS versions) and report any issues you encounter here.
To upgrade to the latest release, you will need to run the following on your device:
# Install the latest version of Tailscale UniFi
curl -sSLq https://raw.githubusercontent.com/SierraSoftworks/tailscale-unifi/refs/tags/v3.2.0/install.sh | sh
# Then run the following to complete the update
/data/tailscale/manage.sh install!What's Changed
- Check /dev/net/tun existence instead of modprobe for TUN detection by @notheotherben with Copilot in #169
- fix: restore UniFi certificate database registration by @lox in #172
Full Changelog: v3.1.3...v3.2.0