From: Florian Eckert Date: Fri, 11 Dec 2020 09:48:13 +0000 (+0100) Subject: luci-app-openvpn: add security hint for compress X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5160f1c6ba3cab4c79340232e93a2bb0c5be60e1;p=project%2Fluci.git luci-app-openvpn: add security hint for compress See https://community.openvpn.net/openvpn/wiki/VORACLE Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua index 5a0ce7653c..51fe606336 100644 --- a/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua +++ b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua @@ -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"), {