Update 66.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-12-11 10:06:03 +00:00
parent bfcc84b209
commit 79786eb6b1
1 changed files with 1 additions and 1 deletions

2
66.sh
View File

@ -242,7 +242,7 @@ systemctl restart warp-go
systemctl enable warp-go
systemctl start warp-go
checkwgcf
[[ $wgcfv4 =~ on|plus || $wgcfv6 =~ on|plus ]] && green "恭喜warp的IP获取成功" ; break || red "遗憾warp的IP获取失败"
[[ $wgcfv4 =~ on|plus || $wgcfv6 =~ on|plus ]] && green "恭喜warp的IP获取成功" && dns ; break || red "遗憾warp的IP获取失败"
done
if [[ ! $wgcfv4 =~ on|plus && ! $wgcfv6 =~ on|plus ]]; then
yellow "安装WARP失败还原VPS卸载WARP组件中……"