luci-app-openvpn: add security hint for compress
See https://community.openvpn.net/openvpn/wiki/VORACLE Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
33db8d9e7a
commit
5160f1c6ba
1 changed files with 1 additions and 1 deletions
|
@ -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"), {
|
||||
|
|
Loading…
Reference in a new issue