From 191fb247a1a5799c0e1fed9cb14252aa702b5fb0 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 4 Dec 2023 03:55:27 +0100 Subject: [PATCH] Merge pull request #6386 from egc112/egc112-openvpn-advanced-lua openvpn-advanced.lua request to add OpenVPN data-ciphers (cherry picked from commit 1c5ebc2a0c635130bd4f86f65dce29a686eb24c4) --- .../luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua index 441083fb42..e48718deee 100644 --- a/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua +++ b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua @@ -794,6 +794,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") }, } } } -- 2.30.2