luci-app-openvpn: add security hint for comp-lzo

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:40:33 +01:00
parent 7057108400
commit 3691c65d1a
2 changed files with 2 additions and 2 deletions

View file

@ -254,7 +254,7 @@ local knownParams = {
{ ListValue, { ListValue,
"comp_lzo", "comp_lzo",
{ "yes", "no", "adaptive" }, { "yes", "no", "adaptive" },
translate("Use fast LZO compression") }, translate("Security recommendation: It is recommended to not enable compression and set this parameter to `no`")},
{ Flag, { Flag,
"comp_noadapt", "comp_noadapt",
0, 0,

View file

@ -42,7 +42,7 @@ local basicParams = {
{ ListValue, { ListValue,
"comp_lzo", "comp_lzo",
{"yes","no","adaptive"}, {"yes","no","adaptive"},
translate("Use fast LZO compression") }, translate("Security recommendation: It is recommended to not enable compression and set this parameter to `no`")},
{ Value, { Value,
"keepalive", "keepalive",
"10 60", "10 60",