luci-app-openvpn: add missing ncp_ciphers option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
78cc310cf4
commit
34482625ec
1 changed files with 4 additions and 0 deletions
|
@ -751,6 +751,10 @@ local knownParams = {
|
||||||
"ncp_disable",
|
"ncp_disable",
|
||||||
0,
|
0,
|
||||||
translate("This completely disables cipher negotiation") },
|
translate("This completely disables cipher negotiation") },
|
||||||
|
{ Value,
|
||||||
|
"ncp_ciphers",
|
||||||
|
"AES-256-GCM:AES-128-GCM",
|
||||||
|
translate("Restrict the allowed ciphers to be negotiated") },
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue