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:
Florian Eckert 2020-12-11 10:47:00 +01:00
parent 3691c65d1a
commit 33db8d9e7a

View file

@ -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") },
} }, } },