Update 661.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-04-11 02:23:42 +00:00
parent c8c262f7fb
commit b06b1f9119
1 changed files with 2 additions and 2 deletions

4
661.sh
View File

@ -1112,7 +1112,7 @@ fi
}
cwg(){
screen -S up -X quit
screen -ls | awk '/\.up/ {print $1}' | cut -d "." -f 1 | xargs kill
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
@ -1641,7 +1641,7 @@ fi
}
cwg(){
screen -S up -X quit
screen -ls | awk '/\.up/ {print $1}' | cut -d "." -f 1 | xargs kill
wg-quick down wgcf >/dev/null 2>&1
systemctl disable wg-quick@wgcf >/dev/null 2>&1
$yumapt remove wireguard-tools