Merge pull request #5430 from jeje42/feature/luci-app-openvpn-add-tls_crypt_v2-option

Add tls_crypt_v2 openvpn option to LuCI.
This commit is contained in:
Florian Eckert 2022-10-27 13:19:41 +02:00 committed by GitHub
commit af5b5fbf09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -750,6 +750,10 @@ local knownParams = {
"tls_crypt",
"/etc/openvpn/tlscrypt.key",
translate("Encrypt and authenticate all control channel packets with the key") },
{ Value,
"tls_crypt_v2",
"/etc/openvpn/servertlscryptv2.key",
translate("Encrypt and authenticate all control channel packets with the key, version 2.") },
-- { Value,
-- "askpass",
-- "[file]",