git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e6c3364
)
Update openvpn-advanced.lua
author
egc112
<redacted>
Sat, 13 May 2023 09:08:09 +0000
(11:08 +0200)
committer
GitHub
<redacted>
Sat, 13 May 2023 09:08:09 +0000
(11:08 +0200)
Add data-ciphers.
Signed-off-by: egc112 <redacted>
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua
patch
|
blob
|
history
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 03ce38e9d2457f776d97952fe3035794db5a4a20..0dca521a0c1eafffafb916d0b714c581c2cd0fa3 100644
(file)
--- a/
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua
+++ b/
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua
@@
-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") },
} }
}
git clone https://git.99rst.org/PROJECT