$ sudo dnf install wireguard-tools 安装完成后会在下面地址中生成wireguard文件夹: /etc/wireguard 如果没有发现没有生成该文件夹,通过下面命令,手动创建: $ mkdir /etc/wireguard 到目前为止,wireguard的安装告一段落。 2. wgcf安装 wgcf是一个基于Go语言编写的WARP管理程序。 https://github.com/ViRb3/wgcf...
WGCF WARP 客户端连接被 Cloudflare 屏蔽数小时 Cloudflare 在今天(3月4日 UTC+08:00)凌晨屏蔽了来自一个第三方客户端 WGCF(WireGuard 的衍生品)的所有连接,封锁时间大约为5小时。 WGCF 的开发者称在询问后收到 Cloudflare 的非正式回应,基本确定封锁是由于大量的滥用造成的。回复没有提及具体的滥用行为。 一些...
注册WARP 账户 (将生成 wgcf-account.toml 文件保存账户信息) 生成WireGuard 配置文件 (wgcf-profile.conf) wgcf register wgcfgenerate 修改wgcf-profile.conf文件,interface下加入下面两条 你主机的真实IP,将其拷入 /etc/wireguard/ 下 PostUp= ip rule add from XXX.XXX.XXX.XXX lookup mainPostDown= ...
1、终止warp-go: kill -15 $(pgrep warp-go) 2、终止wgcf: systemctl stop wg-quick@wgcf 二、多平台优选WARP对端IP + 无限生成WARP-Wireguard配置 一键脚本,建议苹果手机与安卓手机在本地网络使用 curl -sSL https://gitlab.com/rwkgyg/CFwarp/raw/main/point/endip.sh -o endip.sh && chmod +x...
提示:配置文件wgcf.conf和注册文件wgcf-account.toml都已备份在/etc/wireguard目录下! 查看WARP当前统计状态:wg 相关WARP进程命令 手动临时关闭WARP网络接口 wg-quick down wgcf 手动开启WARP网络接口 wg-quick up wgcf 启动systemctl enable wg-quick@wgcf ...
wgcf is an unofficial, cross-platform CLI for Cloudflare Warp Features Register new account Change license key to use existing Warp+ subscription Generate WireGuard profile Check account status Print trace information to debug Warp/Warp+ status Download You can find pre-compiled binaries on the rel...
注册 WARP 账户 (将⽣成 wgcf-account.toml ⽂件保存账户信息)⽣成 Wire G uard 配置⽂件 (wgcf-profile.conf)wgcf register wgcf generate 修改wgcf-profile.conf⽂件,interface下加⼊下⾯两条你主机的真实IP,将其拷⼊ /etc/wireguard/ 下PostUp = ip rule add from XXX.XXX.XXX.XXX ...
wireguard fix: put all addresses on same line,closes#418 Oct 21, 2024 .gitignore feat: add Optic API documentation Aug 10, 2020 .goreleaser.yml fix(goreleaser): bump to 1.16.2 Apr 9, 2023 .releaserc.json fix: switch CI to GitHub Actions, bump deps, build for darwin/arm64 ...
"tag":"WARP", "protocol":"socks", "protocol":"wireguard", "settings":{ "servers":[ "secretKey":"cKE7LmCF61IhqqABGhvJ44jWXp8fKymcMAEVAzbDF2k=", "address":[ "172.16.0.2/32", "fd01:5ca1:ab1e:823e:e094:eb1c:ff87:1fab/128" ], "peers":[ { "address":"127.0.0.1", "port...
要检查Warp/Warp+的状态,可以运行以下命令: wgcf status COPY 验证Warp/Warp+工作状态 连接到通过wgcf生成的WireGuard配置文件后,运行以下命令: wgcf trace COPY 最后一行应显示warp=on或warp=plus,分别表示你正在使用Warp或Warp+。 开发者相关信息 wgcf还提供了一些开发者工具,使用Optic来自动生成API文档,并使用op...