CloudFlare CFWARP一键综合脚本(支持Ubuntu16.04)
date
Jan 27, 2022
slug
newservice-cfwarp-allinone
status
Published
summary
新服务 1.1.1.1 CF Warp+ 一键脚本 可自动刷Netflix IP
tags
service
type
Post
Summary
步骤
#开启
wget -N https://cdn.jsdelivr.net/gh/kkkyg/CFwarp/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