luci-app-frps: fix missing "," in server.lua (#3872)

* support option: tls_only & extra setting
tls_only for frps v0.32.0+
extra setting list for possible new options
update translation

replace PKG_MAINTAINER‘s name with github ID

* luci-app-frps: fix missing "," in server.lua
This commit is contained in:
lwz322 2020-03-18 17:52:25 +08:00 committed by GitHub
parent 9bba2badd3
commit 0a2e584760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ o.disabled = "false"
o.defalut = o.enabled
o.rmempty = false
o = s:option(Flag, "tls_only", translate("Enforce frps only accept TLS connection")
o = s:option(Flag, "tls_only", translate("Enforce frps only accept TLS connection"),
translatef("Requirements: frpc v0.25.0+, frps v0.32.0+"))
o.enabled = "true"
o.disabled = "false"