OpenWrt 安装最新版的Tailscale 1.64.0

https://github.com/adyanth/openwrt-tailscale-enabler

wget openwrt-tailscale-enabler-<tag>.tgz
tar x -zvC / -f openwrt-tailscale-enabler-<tag>.tgz
opkg update
opkg install --force-overwrite libustream-openssl ca-bundle kmod-tun iptables-nft
/etc/init.d/tailscale start
tailscale up --advertise-routes=192.168.100.0/24 --advertise-exit-node --netfilter-mode=off

注意在安装依赖包时需要使用“–force-overwrite”,否则libustream-openssl安装不上。