trojan-server : close default agent

This commit is contained in:
CN_SZTL 2019-12-08 00:44:35 +08:00
parent 1c3744d467
commit 7197e04150
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 = {