Skip to content

Commit

Permalink
fix(脚本): 修改xray-core dns无法分流问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Feb 2, 2024
1 parent bd48e14 commit 15da99f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3331,7 +3331,9 @@ EOF
"outbounds":[
{
"protocol":"freedom",
"settings": {},
"settings": {
domainStrategy":"UseIP"
},
"tag":"${tag}"
}
]
Expand Down Expand Up @@ -3741,7 +3743,8 @@ initXrayConfig() {
{
"log": {
"error": "/etc/v2ray-agent/xray/error.log",
"loglevel": "warning"
"loglevel": "warning",
"dnsLog": false
}
}
EOF
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 15da99f

Please sign in to comment.