luci-app-openvpn: add compress option stub-v2
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 11 Dec 2020 09:47:00 +0000 (10:47 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 3 Mar 2021 09:13:56 +0000 (10:13 +0100)
See https://community.openvpn.net/openvpn/wiki/VORACLE

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua

index 585d2d7d4fa9e4e59a97726b11f62ea79e16f177..5a0ce7653cab1594c61a91de7a46dc3e1f72289f 100644 (file)
@@ -161,7 +161,7 @@ local knownParams = {
                        translate("Policy level over usage of external programs and scripts") },
                { ListValue,
                        "compress",
-                       { "lzo", "lz4" },
+                       { "lzo", "lz4", "stub-v2"},
                        translate("Enable a compression algorithm") },
        } },