fix(脚本): 修复全局分流无法使用问题

pull/1073/head
mack-a 2024-07-04 15:12:48 +08:00
parent f09f2c78c1
commit 4bdb97ddc1
1 changed files with 5 additions and 1 deletions

View File

@ -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 "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus