trojan-server : close default agent
This commit is contained in:
parent
1c3744d467
commit
7197e04150
@ -10,7 +10,7 @@ LUCI_TITLE:=LuCI support for Trojan Server
|
||||
LUCI_DEPENDS:=+luci-lib-jsonc +trojan
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=1-20191120
|
||||
PKG_RELEASE:=2-20191207
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
||||
@ -7,8 +7,8 @@ local trojan = {
|
||||
run_type = "server",
|
||||
local_addr = "0.0.0.0",
|
||||
local_port = tonumber(server.port),
|
||||
remote_addr = "127.0.0.1",
|
||||
remote_port = 80,
|
||||
--remote_addr = "127.0.0.1",
|
||||
--remote_port = 80,
|
||||
password = server.password,
|
||||
log_level = 1,
|
||||
ssl = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user