luci-app-openvpn: add security hint for compress
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 11 Dec 2020 09:48:13 +0000 (10:48 +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 5a0ce7653cab1594c61a91de7a46dc3e1f72289f..51fe606336a43cae7879abd351665b97702e4d9c 100644 (file)
@@ -162,7 +162,7 @@ local knownParams = {
                { ListValue,
                        "compress",
                        { "lzo", "lz4", "stub-v2"},
-                       translate("Enable a compression algorithm") },
+                       translate("Security recommendation: It is recommended to not enable compression and set this parameter to `stub-v2`") },
        } },
 
        { "networking", translate("Networking"), {