Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yonggekkk authored Apr 25, 2023
1 parent b494b2b commit 98b20c5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@
wget -N https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh && bash CFwarp.sh
```

强制终止warp-go:```kill -15 $(pgrep warp-go) ```
#### 1、强制终止warp-go:```kill -15 $(pgrep warp-go) ```

终止wgcf:```systemctl stop wg-quick@wgcf```
#### 2、终止wgcf:```systemctl stop wg-quick@wgcf```

#### 3、关于warp在线监测机制:

脚本会每隔60秒自动监测WARP是否开启,如关闭,则自动重启刷新5次WARP

如果依旧关闭,则恢复原始VPS的IP,之后每50秒自动重启刷新5次WARP,如此循环,以确保VPS不失联

关于监测间隔时间段,目前已写死60秒与50秒,如有需求,后续可增设自定义

---------------------------------------------------------------------

Expand Down

0 comments on commit 98b20c5

Please sign in to comment.