luci-app-openvpn: add missing ncp_disable option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
0f3e1a81e9
commit
8911f4f87b
1 changed files with 4 additions and 0 deletions
|
@ -695,6 +695,10 @@ local knownParams = {
|
||||||
"key_direction",
|
"key_direction",
|
||||||
{ 0, 1 },
|
{ 0, 1 },
|
||||||
translate("The key direction for 'tls-auth' and 'secret' options") },
|
translate("The key direction for 'tls-auth' and 'secret' options") },
|
||||||
|
{ Flag,
|
||||||
|
"ncp_disable",
|
||||||
|
0,
|
||||||
|
translate("This completely disables cipher negotiation") },
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue