luci ss plus: store v2ray log file /var/log/v2ray.log

This commit is contained in:
coolsnowwolf 2018-11-12 19:11:10 +08:00
parent 6e68b15703
commit 7e831c0551
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ssr-plus
PKG_VERSION:=1
PKG_RELEASE:=51
PKG_RELEASE:=52
PO2LMO:=$(BUILD_DIR)/luci-base/po2lmo

View File

@ -7,6 +7,10 @@ local local_port = arg[3]
local server = ucursor:get_all("shadowsocksr", server_section)
local v2ray = {
log = {
error = "/var/log/v2ray.log",
loglevel = "warning"
},
-- 传入连接
inbound = {
port = local_port,