diff --git a/install.sh b/install.sh index d0a1f6dc..1e75e641 100644 --- a/install.sh +++ b/install.sh @@ -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 } @@ -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