From 72c90e7d6124b8117c7fe156f6438aa72ae54509 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 11 Aug 2022 23:33:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=BD=93=E6=9C=BA=E5=99=A8=E4=B8=BA=E7=BA=AFIPv6=E5=B9=B6?= =?UTF-8?q?=E4=B8=94=E6=B2=A1=E6=9C=89=E8=AE=BE=E7=BD=AENAT64=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E3=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=97=A0=E6=B3=95=E9=87=8D=E5=90=AFv2ray=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index fae3eb0..572f4f2 100644 --- a/install.sh +++ b/install.sh @@ -668,6 +668,8 @@ installTools() { echoContent yellow "错误排查:" echoContent red " 1.获取Github文件失败,请等待Github恢复后尝试,恢复进度可查看 [https://www.githubstatus.com/]" echoContent red " 2.acme.sh脚本出现bug,可查看[https://github.com/acmesh-official/acme.sh] issues" + echoContent red " 3.如纯IPv6机器,请设置NAT64,可执行下方命令" + echoContent skyBlue " echo -e \"nameserver 2001:67c:2b0::4\\\nnameserver 2001:67c:2b0::6\" >> /etc/resolv.conf" exit 0 fi fi @@ -1364,11 +1366,11 @@ v2rayVersionManageMenu() { echoContent red "\n ---> 输入有误,请重新输入" v2rayVersionManageMenu 1 fi - elif [[ "${selectXrayType}" == "3" ]]; then + elif [[ "${selectV2RayType}" == "3" ]]; then handleV2Ray stop - elif [[ "${selectXrayType}" == "4" ]]; then + elif [[ "${selectV2RayType}" == "4" ]]; then handleV2Ray start - elif [[ "${selectXrayType}" == "5" ]]; then + elif [[ "${selectV2RayType}" == "5" ]]; then reloadCore fi } @@ -4721,7 +4723,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.5.72" + echoContent green "当前版本:v2.5.73" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus