mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
458cc53a42
commit
3c1e26f620
|
@ -239,6 +239,10 @@ systemctl restart warp-go >/dev/null 2>&1
|
||||||
systemctl enable warp-go >/dev/null 2>&1
|
systemctl enable warp-go >/dev/null 2>&1
|
||||||
systemctl start warp-go >/dev/null 2>&1
|
systemctl start warp-go >/dev/null 2>&1
|
||||||
red "纯IPV6的VPS目前不支持安装Socks5-WARP" && sleep 2 && bash CFwarp.sh
|
red "纯IPV6的VPS目前不支持安装Socks5-WARP" && sleep 2 && bash CFwarp.sh
|
||||||
|
else
|
||||||
|
systemctl restart warp-go >/dev/null 2>&1
|
||||||
|
systemctl enable warp-go >/dev/null 2>&1
|
||||||
|
systemctl start warp-go >/dev/null 2>&1
|
||||||
#elif [[ -n $v4 && -z $v6 ]]; then
|
#elif [[ -n $v4 && -z $v6 ]]; then
|
||||||
#systemctl start wg-quick@wgcf >/dev/null 2>&1
|
#systemctl start wg-quick@wgcf >/dev/null 2>&1
|
||||||
#checkwgcf
|
#checkwgcf
|
||||||
|
|
Loading…
Reference in New Issue