mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix v2ray rules_up
This commit is contained in:
parent
73c0ce49f6
commit
ad5fa74d25
1 changed files with 1 additions and 0 deletions
|
@ -2088,6 +2088,7 @@ rules_up() {
|
||||||
config_get enabled main enabled "0"
|
config_get enabled main enabled "0"
|
||||||
[ "$enabled" = "0" ] && return
|
[ "$enabled" = "0" ] && return
|
||||||
OUTBOUND_SERVERS_V4="$(uci -q get v2ray.omrout.s_vless_address)"
|
OUTBOUND_SERVERS_V4="$(uci -q get v2ray.omrout.s_vless_address)"
|
||||||
|
TRANSPARENT_PROXY_PORT="$(uci -q get v2ray.omrout.s_vless_port)"
|
||||||
logger -t "V2Ray" "Rules UP"
|
logger -t "V2Ray" "Rules UP"
|
||||||
add_v2ray_redirect_rules
|
add_v2ray_redirect_rules
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue