OpenWrt 安装最新版的Tailscale 1.64.0

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

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
wget openwrt-tailscale-enabler-<tag>.tgz
tar x -zvC / -f openwrt-tailscale-enabler-<tag>.tgz
opkg update
opkg install <span style="color: #ff0000;">--force-overwrite</span> 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
wget openwrt-tailscale-enabler-<tag>.tgz tar x -zvC / -f openwrt-tailscale-enabler-<tag>.tgz opkg update opkg install <span style="color: #ff0000;">--force-overwrite</span> 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
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安装不上。

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注