luci-app-openvpn: add missing compress option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
6f90546bd8
commit
4fd92b1f52
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,10 @@ local knownParams = {
|
|||
"script_security",
|
||||
{ 0, 1, 2, 3 },
|
||||
translate("Policy level over usage of external programs and scripts") },
|
||||
{ ListValue,
|
||||
"compress",
|
||||
{ "lzo", "lz4" },
|
||||
translate("Enable a compression algorithm") },
|
||||
} },
|
||||
|
||||
{ "Networking", {
|
||||
|
|
Loading…
Reference in a new issue