Skip to content

Commit

Permalink
fix(脚本): 修复xray-core socks5全局分流规则展示
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed May 20, 2024
1 parent d084314 commit 513cba2
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 @@ -7009,6 +7009,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 @@ -9168,7 +9170,7 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
echoContent green "作者:mack-a"
echoContent green "当前版本:v3.2.53"
echoContent green "当前版本:v3.2.54"
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus
Expand Down

0 comments on commit 513cba2

Please sign in to comment.