Update openvpn-advanced.lua
Add data-ciphers. Signed-off-by: egc112 <63402314+egc112@users.noreply.github.com>
This commit is contained in:
parent
e6c3364a73
commit
dac9cd58f8
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