mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
luci ssr plus: store v2ray log in /tmp/ssrplus.log
This commit is contained in:
parent
9f048c5e38
commit
e1c6dad10a
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-ssr-plus
|
||||
PKG_VERSION:=1
|
||||
PKG_RELEASE:=56
|
||||
PKG_RELEASE:=57
|
||||
|
||||
PO2LMO:=$(STAGING_DIR_HOSTPKG)/bin/po2lmo
|
||||
|
||||
|
@ -8,7 +8,7 @@ local server = ucursor:get_all("shadowsocksr", server_section)
|
||||
|
||||
local v2ray = {
|
||||
log = {
|
||||
error = "/var/log/v2ray.log",
|
||||
error = "/var/ssrplus.log",
|
||||
loglevel = "warning"
|
||||
},
|
||||
-- 传入连接
|
||||
|
Loading…
Reference in New Issue
Block a user