luci-app-openvpn: add compress option stub-v2
See https://community.openvpn.net/openvpn/wiki/VORACLE Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
3691c65d1a
commit
33db8d9e7a
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ local knownParams = {
|
||||||
translate("Policy level over usage of external programs and scripts") },
|
translate("Policy level over usage of external programs and scripts") },
|
||||||
{ ListValue,
|
{ ListValue,
|
||||||
"compress",
|
"compress",
|
||||||
{ "lzo", "lz4" },
|
{ "lzo", "lz4", "stub-v2"},
|
||||||
translate("Enable a compression algorithm") },
|
translate("Enable a compression algorithm") },
|
||||||
} },
|
} },
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue