luci-app-passwall: sync upstream

last commit: 60428e80d9
This commit is contained in:
gitea-action 2025-05-19 10:00:25 +08:00
parent 2674e557e0
commit da16645e19
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ local function _n(name)
end end
local ss_method_list = { local ss_method_list = {
"aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "chacha20-ietf-poly1305", "xchacha20-poly1305", "xchacha20-ietf-poly1305", "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305" "none", "plain", "aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "chacha20-ietf-poly1305", "xchacha20-poly1305", "xchacha20-ietf-poly1305", "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305"
} }
local security_list = { "none", "auto", "aes-128-gcm", "chacha20-poly1305", "zero" } local security_list = { "none", "auto", "aes-128-gcm", "chacha20-poly1305", "zero" }

View File

@ -15,7 +15,7 @@ local function _n(name)
end end
local ssrust_encrypt_method_list = { local ssrust_encrypt_method_list = {
"plain", "none", "none", "plain",
"aes-128-gcm", "aes-256-gcm", "chacha20-ietf-poly1305", "aes-128-gcm", "aes-256-gcm", "chacha20-ietf-poly1305",
"2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305" "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305"
} }

View File

@ -17,7 +17,7 @@ local function _n(name)
end end
local x_ss_method_list = { local x_ss_method_list = {
"aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "xchacha20-poly1305", "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305" "none", "plain", "aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "xchacha20-poly1305", "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305"
} }
local header_type_list = { local header_type_list = {