mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
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:
parent
9bba2badd3
commit
0a2e584760
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user