其他
玩转 Tailscale
wget https://github.com/adyanth/openwrt-tailscale-enabler/releases/download/v1.36.1-fb2f6cf-autoupdate/openwrt-tailscale-enabler-v1.36.1-fb2f6cf-autoupdate.tgz
tar x -zvC / -f openwrt-tailscale-enabler-v1.36.1-fb2f6cf-autoupdate.tgz
opkg update
opkg install libustream-openssl ca-bundle kmod-tun
/etc/init.d/tailscale start
tailscale up --accept-dns=false --advertise-routes=192.168.100.0/2
/etc/init.d/tailscale enable
ls /etc/rc.d/S*tailscale*