mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update 661.sh
This commit is contained in:
parent
04b3933536
commit
718f2d1097
3
661.sh
3
661.sh
|
@ -772,7 +772,6 @@ done
|
|||
sed -i "s#.*AllowedIPs.*#$allowips#g" /usr/local/bin/warp.conf
|
||||
echo $endpoint | sh
|
||||
echo $post | sh
|
||||
point
|
||||
kill -15 $(pgrep warp-go) >/dev/null 2>&1 && sleep 2
|
||||
systemctl restart warp-go
|
||||
systemctl enable warp-go
|
||||
|
@ -1503,8 +1502,6 @@ sed -i '/^precedence ::ffff:0:0\/96 100/d;/^label 2002::\/16 2/d' /etc/gai.co
|
|||
rm -rf /usr/local/bin/wgcf /usr/bin/wg-quick /etc/wireguard/wgcf.conf /etc/wireguard/wgcf-profile.conf /etc/wireguard/buckup-account.toml /etc/wireguard/wgcf-account.toml /etc/wireguard/wgcf+p.log /etc/wireguard/ID /usr/bin/wireguard-go /usr/bin/wgcf wgcf-account.toml wgcf-profile.conf /root/warpip
|
||||
}
|
||||
|
||||
|
||||
|
||||
WARPun(){
|
||||
ab="1.仅卸载warp\n2.仅卸载socks5-warp\n3.彻底卸载warp(1+2)\n 请选择:"
|
||||
readp "$ab" cd
|
||||
|
|
Loading…
Reference in New Issue