1. github下载tailscale tgz包(终端wget下载链接 )
  2. openwrt 终端运行:
    tar x -zvC / -f openwrt-tailscale-enabler-<tag>.tgz 替换文件包名
  3. 安装依赖
    opkg update
    opkg install libustream-openssl ca-bundle kmod-tun
  4. 初始化运行环境
    /etc/init.d/tailscale start  –accept-dns=false –advertise-routes=10.0.0.0/24
    修改为本地网段
  5. tailscale up –advertise-exit-node
    启用路由模式
  6. 开启开机自动启动
    /etc/init.d/tailscale enable

作者 Lin-Tech

发表回复

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