lsmod | grep wireguard 当WireGuard安装完成后,会在/etc/wireguard创建一个用于存放WireGuard配置文件的目...
优选Cloudflare Warp节点并生成用于Clash的WireGuard配置 不同平台的bash脚本在warp-yxip目录下。取自:https://github.com/Misaka-blog Usage 拉取仓库代码 替换WireguardConfig.py中的privateKey、publicKey字段 将自己的yaml配置文件放到同一目录下 运行run.shrun.sh...
优选Cloudflare Warp节点并生成用于Clash.meta的WireGuard配置. Contribute to China-xb/Warp development by creating an account on GitHub.
1、自动配置 WARP WireGuard 双栈全局网络 bash <(curl -fsSL git.io/warp.sh) d 2、自动配置 WARP WireGuard IPv4 网络 bash <(curl -fsSL git.io/warp.sh) 4 3、自动配置 WARP WireGuard IPv6 网络 bash <(curl -fsSL git.io/warp.sh) 6 4、开启 WARP 官方客户端 SOCKS5 代理 bash <(curl -f...
Cloudflare WARP 一键配置 https://github.com/P3TERX/warp.sh 设置流量出口 自动配置 WARP WireGuard 双栈全局网络(所有出站流量走 WARP 网络) 代码语言:javascript 复制 bash<(curl-fsSL git.io/warp.sh)d 注意 配置WARP 网络后就可以启动SSR代理了,后面的开启代理是不需要的。
自动配置 WARP WireGuard 双栈全局网络已做到适配目前大多数主流的系统和 IDC 网络方案,但不排除极个别的差异没考虑到,因此可能会因为路由规则不适用而导致 SSH 失联。若失联可以使用网页 VNC 登录到 VPS 然后执行systemctl stop wg-quick@wgcf命令停止 WARP WireGuard 进程即可恢复。
CloudFlare WARP+ 走的是 WireGuard 协议,是一个很常见的代理协议,璃月的墙可以精确的识别阻断这种流量,所以 WARP+ 只能套给 Xray 服务端,在璃月境内的客户端是不能用的。我的配置如下: { // ... "routing": { // ... "rules": [ { "outboundTag": "warp", "ip": [ "geoip:cn" // 常见璃月...
所以要按下面的操作配置WARP 网络。...一键配置 https://github.com/P3TERX/warp.sh 设置流量出口自动配置 WARP WireGuard 双栈全局网络(所有出站流量走 WARP 网络) bash warp.sh) d 注意 配置WARP 网络后就可以启动SSR代理了,后面的开启代...
mv wireguard-go /usr/local/sbin rm -f wireguard-go-linux-amd64.tar.gz 二、安装wgcf 这个是用来生成warp配置的 Github地址:https://github.com/ViRb3/wgcf 安装 wget https://github.com/ViRb3/wgcf/releases/download/v2.2.2/wgcf_2.2.2_linux_amd64 -O /usr/local/sbin/wgcf ...