Merge pull request #6072 from TDT-AG/pr/20221103-ovpn-compress

luci-app-openvpn: add possibility to set param "compress" without algorithm
This commit is contained in:
Florian Eckert 2022-11-03 10:52:25 +01:00 committed by GitHub
commit 86523709ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,7 +161,7 @@ local knownParams = {
translate("Policy level over usage of external programs and scripts") },
{ ListValue,
"compress",
{ "lzo", "lz4", "stub-v2"},
{ "frames_only", "lzo", "lz4", "stub-v2"},
translate("Security recommendation: It is recommended to not enable compression and set this parameter to `stub-v2`") },
} },