From 79786eb6b180770e2e0b19c27a9c3e903714502e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Sun, 11 Dec 2022 10:06:03 +0000 Subject: [PATCH] Update 66.sh --- 66.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/66.sh b/66.sh index 0d8bd6e..0d7a036 100644 --- a/66.sh +++ b/66.sh @@ -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组件中……"