mirror of
https://github.com/xiaorouji/openwrt-passwall2.git
synced 2025-05-01 11:09:12 +08:00
luci: rework sing-box with v1.11.0
This commit is contained in:
parent
a8a9d5c3fd
commit
f548564c29
@ -1087,7 +1087,6 @@ function gen_config(var)
|
|||||||
local rule = {
|
local rule = {
|
||||||
inbound = inboundTag,
|
inbound = inboundTag,
|
||||||
outbound = outboundTag,
|
outbound = outboundTag,
|
||||||
invert = false, --匹配反选
|
|
||||||
protocol = protocols
|
protocol = protocols
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1238,6 +1238,8 @@ start() {
|
|||||||
get_config
|
get_config
|
||||||
export V2RAY_LOCATION_ASSET=$(config_t_get global_rules v2ray_location_asset "/usr/share/v2ray/")
|
export V2RAY_LOCATION_ASSET=$(config_t_get global_rules v2ray_location_asset "/usr/share/v2ray/")
|
||||||
export XRAY_LOCATION_ASSET=$V2RAY_LOCATION_ASSET
|
export XRAY_LOCATION_ASSET=$V2RAY_LOCATION_ASSET
|
||||||
|
export ENABLE_DEPRECATED_GEOSITE=true
|
||||||
|
export ENABLE_DEPRECATED_GEOIP=true
|
||||||
ulimit -n 65535
|
ulimit -n 65535
|
||||||
start_haproxy
|
start_haproxy
|
||||||
start_socks
|
start_socks
|
||||||
|
Loading…
Reference in New Issue
Block a user