luci-app-openvpn: add missing compress option

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2018-11-26 13:08:02 +01:00
parent 6f90546bd8
commit 4fd92b1f52

View file

@ -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", {