From c40daa6be5facc1663deb88b495902fe661218c1 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 31 Dec 2020 16:29:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20trojan-go=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4ipv4=E4=BC=98=E5=85=88=E3=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=99=BA=E8=83=BD=E8=A7=A3=E6=9E=90dns=E4=B8=BACNAME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index d397b8e..e6578c6 100644 --- a/install.sh +++ b/install.sh @@ -2169,9 +2169,6 @@ initTrojanGoConfig(){ }, "router": { "enabled": false - }, - "tcp":{ - "prefer_ipv4":true } } EOF @@ -2181,8 +2178,8 @@ EOF customCDNIP(){ echoContent skyBlue "\n进度 $1/${totalProgress} : 添加DNS智能解析" echoContent yellow "\n 移动:104.19.45.117" - echoContent yellow " 联通:104.16.160.136" - echoContent yellow " 电信:104.17.78.198" + echoContent yellow " 联通:amp.cloudflare.com" + echoContent yellow " 电信:www.digitalocean.com" echoContent skyBlue "----------------------------" read -p '是否使用?[y/n]:' dnsProxy if [[ "${dnsProxy}" = "y" ]] @@ -3265,7 +3262,7 @@ menu(){ cd echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.2.13" + echoContent green "当前版本:v2.2.14" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:七合一共存脚本" echoContent red "=============================================================="