Merge pull request #6386 from egc112/egc112-openvpn-advanced-lua
openvpn-advanced.lua request to add OpenVPN data-ciphers
This commit is contained in:
commit
1c5ebc2a0c
1 changed files with 4 additions and 0 deletions
|
@ -798,6 +798,10 @@ local knownParams = {
|
||||||
"ncp_ciphers",
|
"ncp_ciphers",
|
||||||
"AES-256-GCM:AES-128-GCM",
|
"AES-256-GCM:AES-128-GCM",
|
||||||
translate("Restrict the allowed ciphers to be negotiated") },
|
translate("Restrict the allowed ciphers to be negotiated") },
|
||||||
|
{ Value,
|
||||||
|
"data_ciphers",
|
||||||
|
"CHACHA20-POLY1305:AES-256-GCM:AES-128-GCM:AES-256-CBC",
|
||||||
|
translate("Restrict the allowed ciphers to be negotiated") },
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue