From 56ff217ecaef7eb2ececfa764e22c5faf78e6cc6 Mon Sep 17 00:00:00 2001 From: ryan-web-dev <149881926+ryan-web-dev@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:22:36 +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=E5=86=85=E6=A0=B8=E4=B8=8B=E6=96=B0=E5=A2=9Esocks5?= =?UTF-8?q?=E5=85=A5=E7=AB=99=E5=90=8Esing-box=E5=90=AF=E5=8A=A8=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 361fe8f..e9aa80c 100644 --- a/install.sh +++ b/install.sh @@ -6773,7 +6773,7 @@ setSocks5InboundRouting() { echoContent red " ---> 域名不可为空" exit 0 fi - addSingBoxRouteRule "direct" "${socks5InboundRoutingDomain}" "socks5_inbound_route" + addSingBoxRouteRule "01_direct_outbound" "${socks5InboundRoutingDomain}" "socks5_inbound_route" local route= route=$(jq ".route.rules[0].inbound = [\"socks5_inbound\"]" "${singBoxConfigPath}socks5_inbound_route.json") route=$(echo "${route}" | jq ".route.rules[0].source_ip_cidr=${socks5InboundRoutingIPs}")