Update openvpn-advanced.lua

Add data-ciphers.


Signed-off-by: egc112 <63402314+egc112@users.noreply.github.com>
This commit is contained in:
egc112 2023-05-13 11:08:09 +02:00 committed by GitHub
parent e6c3364a73
commit dac9cd58f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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") },
} } } }
} }