Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-12-16 13:38:50 +00:00
parent a0b0562739
commit 4a7a3aa919
1 changed files with 2 additions and 1 deletions

View File

@ -247,7 +247,8 @@ systemctl enable warp-go
systemctl start warp-go
checkwgcf
if [[ $wgcfv4 =~ on|plus || $wgcfv6 =~ on|plus ]]; then
green "恭喜warp的IP获取成功" && dns && break
green "恭喜warp的IP获取成功" && dns
break
else
red "遗憾warp的IP获取失败"
fi