Merge pull request #6386 from egc112/egc112-openvpn-advanced-lua

openvpn-advanced.lua request to add OpenVPN data-ciphers
This commit is contained in:
Paul Donald 2023-12-04 03:55:27 +01:00 committed by GitHub
commit 1c5ebc2a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -798,6 +798,10 @@ local knownParams = {
"ncp_ciphers",
"AES-256-GCM:AES-128-GCM",
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") },
} }
}