warp多功能一键脚本CFwarp,支持warp在线监测守护、endpoint对端自选IP等功能,查看ChatGPT与Netflix的解锁情况
Go to file
甬哥侃侃侃ygkkk 253bb24973 Update CFwarp1.sh 2022-09-27 07:16:21 +00:00
.github/workflows Update main.yml 2022-06-23 17:48:15 +08:00
123 Add files via upload 2022-06-23 17:23:18 +08:00
CFwarp1.sh Update CFwarp1.sh 2022-09-27 07:16:21 +00:00
CFwarp4.sh Update CFwarp4.sh 2022-09-01 02:19:47 +00:00
CFwarp8.sh Update CFwarp.sh 2022-08-28 06:14:29 +00:00
CFwarp9.sh Update CFwarp.sh 2022-09-05 06:00:10 +00:00
CFwarp66.sh Update CFwarp.sh 2022-09-27 07:14:31 +00:00
CFwrp.sh Update CFw.sh 2022-08-27 09:58:19 +00:00
LICENSE Initial commit 2022-06-23 17:18:13 +08:00
README.md Update README.md 2022-09-05 06:23:00 +00:00
WARP-CP.sh Update WARP-CP.sh 2022-08-14 06:47:12 +00:00
WARP-CR.sh Update WARP-CR.sh 2022-08-30 06:27:51 +00:00
check.sh Update check.sh 2022-08-15 07:36:11 +00:00
socks5.py Add files via upload 2022-06-23 17:23:18 +08:00
wgcf_2.2.15_amd64 Add files via upload 2022-06-23 17:23:18 +08:00
wgcf_2.2.15_arm64 Add files via upload 2022-06-23 17:23:18 +08:00
wireguard-go Add files via upload 2022-06-24 15:28:48 +08:00
wp-plus.py Update wp-plus.py 2022-08-24 07:39:29 +00:00

README.md

脚本相关说明请查看甬哥博客


一键脚本:

wget -N --no-check-certificate https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh && bash CFwarp.sh

  • 查看WARP当前统计状态wg

  • 相关WARP进程命令

手动临时关闭WARP网络接口

wg-quick down wgcf

手动开启WARP网络接口

wg-quick up wgcf

启动systemctl enable wg-quick@wgcf

开始systemctl start wg-quick@wgcf

状态systemctl status wg-quick@wgcf

重启systemctl restart wg-quick@wgcf

停止systemctl stop wg-quick@wgcf

关闭systemctl disable wg-quick@wgcf

systemctl is-active warp-svc systemctl is-enabled warp-svc warp-cli --accept-tos status warp-cli --accept-tos account warp-cli --accept-tos settings


感谢P3terx参考来源https://github.com/P3TERX/warp.sh