2022.8.17 warp-go v1.0.2 1. Add WARP IPv4 non-global and global switch echo other. To use the v2ray/xray configuration file for triage, refer to the template for Client WARP mode on the project homepage; 2. Output wgcf configuration file (warp-go e); 1.在原来全局的基础上,新增 WARP...
【WGCF】连接CF WARP为服务器添加IPv4/IPv6网络 目录 更新信息 2024.5.5 menu.sh v3.0.6 / warp-go.sh v1.1.8 Support Alpine edge system; 支持 Alpine edge 系统 2024.5.1 menu.sh v3.0.5 Deal with apt library changes for Debian 10 installations of wireguard-tools; 处理 Debian 10 安装 wireguar...
文件配置完成后,即可保存并将名称修改为*.conf,这里以wgcf.conf为示例;并将其导入/etc/wireguard #...
After that we set up Cloudflare profiles with these commands: wgcf register wgcf generate Then, it is time to copy the config with the following command: sudo cp wgcf-profile.conf /etc/wireguard Here are a couple more commands that will come in handy while using WARP: Start: wg-quick u...
用wgcf生成配置 echo|wgcf registerwgcf generatesed -i '/0\.0\.0\.0\/0/d' wgcf-profile.conf#sed -i '/\:\:\/0/d' wgcf-profile.conf # 如果是IPV6VPS要添加IPV4则改用这个,上一条不要执行mkdir -p /etc/wireguardcp -f wgcf-profile.conf /etc/wireguard/wgcf.conf ...
用wgcf生成配置 echo|wgcf register wgcf generate sed -i'/0\.0\.0\.0\/0/d'wgcf-profile.conf #sed -i '/\:\:\/0/d' wgcf-profile.conf # 如果是IPV6VPS要添加IPV4则改用这个,上一条不要执行 mkdir -p /etc/wireguard cp -f wgcf-profile.conf/etc/wireguard/wgcf.conf ...
文件配置完成后,即可保存并将名称修改为*.conf,这里以wgcf.conf为示例;并将其导入/etc/wireguard #...
The Warp+ config is is now in wgcf-profile.conf, which you should edit according to the instructions in the first post in [Experimental] WireGuard for RT-AC86U/AX88U, but just to reiterate, make sure you comment-out or delete Address (both IPv4 and v6), DNS, and MTU. I also foun...
开启后可通过ifconfig命令,看到名称为你配置文件的WARP虚拟网卡,如下wgcf虚拟网卡就是wireguard生成的虚拟网卡。此时便可以通过WARP进行外部访问了。 eth0:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500inet62a02:180:6:1::11d2prefixlen128scopeid0x0inet6 fe80::284:edff:fe4b:b1dd prefixlen64scopeid0x20...
nohup/usr/local/bin/v2ray -config/usr/local/etc/v2ray/config.json & 然后直接回车就行 Curl一下看看正常不正常 看来是可以了 注意Docker有点毛病,自启动啊,Service啊可能不能用,反正有问题就重新nohup运行一下 然后在容器的/etc/wireguard或者我映射到/etc/wg-docker的这个地方,把之前的wg0.conf上传进去 ...