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:
parent
7057108400
commit
3691c65d1a
2 changed files with 2 additions and 2 deletions
|
@ -254,7 +254,7 @@ local knownParams = {
|
|||
{ ListValue,
|
||||
"comp_lzo",
|
||||
{ "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,
|
||||
"comp_noadapt",
|
||||
0,
|
||||
|
|
|
@ -42,7 +42,7 @@ local basicParams = {
|
|||
{ ListValue,
|
||||
"comp_lzo",
|
||||
{"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,
|
||||
"keepalive",
|
||||
"10 60",
|
||||
|
|
Loading…
Reference in a new issue