Skip to content

Commit

Permalink
fix(脚本): 修复xray-core socks5全局分流规则展示
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizard89 committed May 21, 2024
1 parent fe9b4f7 commit 196feb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7016,6 +7016,8 @@ showXrayRoutingRules() {
if [[ "${coreInstallType}" == "1" ]]; then
if [[ -f "${configPath}09_routing.json" ]]; then
jq ".routing.rules[]|select(.outboundTag==\"$1\")" "${configPath}09_routing.json"
elif [[ "$1" == "socks5_outbound" && -f "${configPath}socks5_outbound.json" ]]; then
echoContent yellow "\n已安装 sing-box socks5全局出站分流"
fi
fi
}
Expand Down Expand Up @@ -9202,7 +9204,7 @@ menu() {
echoContent red "\n=============================================================="
echoContent green "原作者:mack-a"
echoContent green "作者:Wizard89"
echoContent green "当前版本:v3.0.55"
echoContent green "当前版本:v3.0.56"
echoContent green "Github:https://github.com/Wizard89/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus
Expand Down

0 comments on commit 196feb8

Please sign in to comment.