Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-04-08 01:17:17 +00:00
parent 2d1563915c
commit 8f9840cc95
1 changed files with 2 additions and 0 deletions

View File

@ -1108,6 +1108,7 @@ fi
}
cwg(){
screen -S up -X quit
systemctl disable warp-go >/dev/null 2>&1
kill -15 $(pgrep warp-go) >/dev/null 2>&1
chattr -i /etc/resolv.conf >/dev/null 2>&1
@ -1636,6 +1637,7 @@ fi
}
cwg(){
screen -S up -X quit
wg-quick down wgcf >/dev/null 2>&1
systemctl disable wg-quick@wgcf >/dev/null 2>&1
$yumapt remove wireguard-tools