mirror of
https://github.com/xiaorouji/openwrt-passwall2.git
synced 2025-05-01 05:41:01 +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 = {
|
||||
inbound = inboundTag,
|
||||
outbound = outboundTag,
|
||||
invert = false, --匹配反选
|
||||
protocol = protocols
|
||||
}
|
||||
|
||||
|
@ -1238,6 +1238,8 @@ start() {
|
||||
get_config
|
||||
export V2RAY_LOCATION_ASSET=$(config_t_get global_rules v2ray_location_asset "/usr/share/v2ray/")
|
||||
export XRAY_LOCATION_ASSET=$V2RAY_LOCATION_ASSET
|
||||
export ENABLE_DEPRECATED_GEOSITE=true
|
||||
export ENABLE_DEPRECATED_GEOIP=true
|
||||
ulimit -n 65535
|
||||
start_haproxy
|
||||
start_socks
|
||||
|
Loading…
Reference in New Issue
Block a user