luci-app-openvpn: add missing ncp_ciphers option

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2018-11-26 15:43:08 +01:00
parent 78cc310cf4
commit 34482625ec

View file

@ -751,6 +751,10 @@ local knownParams = {
"ncp_disable",
0,
translate("This completely disables cipher negotiation") },
{ Value,
"ncp_ciphers",
"AES-256-GCM:AES-128-GCM",
translate("Restrict the allowed ciphers to be negotiated") },
} }
}