From 4bdb97ddc162470b660d4a4dae9278b44b7197c8 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:12:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=88=86=E6=B5=81=E6=97=A0=E6=B3=95=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4c9fdb0..18b7a7c 100644 --- a/install.sh +++ b/install.sh @@ -6385,6 +6385,7 @@ ipv6Routing() { removeXrayOutbound blackhole_out removeXrayOutbound wireguard_out_IPv4 removeXrayOutbound wireguard_out_IPv6 + removeXrayOutbound socks5_outbound rm ${configPath}09_routing.json >/dev/null 2>&1 fi @@ -6915,6 +6916,7 @@ warpRoutingReg() { removeXrayOutbound IPv6_out removeXrayOutbound z_direct_outbound removeXrayOutbound blackhole_out + removeXrayOutbound socks5_outbound rm ${configPath}09_routing.json >/dev/null 2>&1 fi @@ -7172,6 +7174,8 @@ setSocks5OutboundRoutingAll() { removeXrayOutbound IPv6_out removeXrayOutbound z_direct_outbound removeXrayOutbound blackhole_out + removeXrayOutbound wireguard_out_IPv4 + removeXrayOutbound wireguard_out_IPv6 rm ${configPath}09_routing.json >/dev/null 2>&1 fi @@ -9402,7 +9406,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v3.3.7" + echoContent green "当前版本:v3.3.8" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus