Upgrading tailscale on Opnsense

Tailscale - 1.20.4
Opnsense 22.1.2

So a month or so ago i followed the following guide to get tailscale running on my opnsense router:

Worked great. I wanted to see if there were any updates so i re-ran opnsense-code ports to pull in all the latest changes. And i see in /usr/ports/security/tailscale the Makefile has an updated tailscale version of 1.22.1, but i cant seem to figure out how to upgrade to that version? I re-ran all the commands from the article but in my tailscale dashboard it still shows my version is 1.20.4

Any help would be awesome!!

Thanks!

Try:

make reinstall

If that doesn’t do it, you might have to:

make deinstall
make clean
make install
1 Like

Thanks for this. Can we convince anyone at Tailscale to add this bit of info to the How-to page?