From 15da99f34722be5a8030886e948eabc7dd4f0ede Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:08:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9xr?= =?UTF-8?q?ay-core=20dns=E6=97=A0=E6=B3=95=E5=88=86=E6=B5=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index e9aa80c..9ac0681 100644 --- a/install.sh +++ b/install.sh @@ -3331,7 +3331,9 @@ EOF "outbounds":[ { "protocol":"freedom", - "settings": {}, + "settings": { + domainStrategy":"UseIP" + }, "tag":"${tag}" } ] @@ -3741,7 +3743,8 @@ initXrayConfig() { { "log": { "error": "/etc/v2ray-agent/xray/error.log", - "loglevel": "warning" + "loglevel": "warning", + "dnsLog": false } } EOF @@ -8713,7 +8716,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v3.2.4" + echoContent green "当前版本:v3.2.5" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus