cc机房跳过验证,解锁netflix(好像在封了)
自动配置 WARP WireGuard 双栈全局网络
bash <(curl -fsSL git.io/warp.sh) d
自动配置 WARP WireGuard IPv4 网络
bash <(curl -fsSL git.io/warp.sh) 4
自动配置 WARP WireGuard IPv6 网络
bash <(curl -fsSL git.io/warp.sh) 6
显示功能菜单和网络状态
bash <(curl -fsSL git.io/warp.sh) menu
如果影响网络速度,改配置文件 /etc/wireguard/wgcf.conf
[Interface]
PrivateKey = wfcf生成一个公钥
Address = 172.16.0.6/32
DNS = 8.8.8.8
MTU = 1280
PostUp = ip rule add from 你的内网ip lookup main
PostDown = ip rule delete from 你的内网ip lookup main
[Peer]
PublicKey = bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=
AllowedIPs = 0.0.0.0/0
Endpoint = 162.159.193.1:2408
===
wget --no-check-certificate https://raw.githubusercontent.com/jinwyp/one_click_script/master/trojan_v2ray_install.sh && chmod +x ./trojan_v2ray_install.sh && ./trojan_v2ray_install.sh
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容