mirror of
https://github.com/mack-a/v2ray-agent.git
synced 2026-01-13 00:37:19 +08:00
fix(脚本): 修复全局分流无法使用问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user