luci: add support for Xray Shadowsocks-2022 (#1997)

This commit is contained in:
Gzxhwq 2022-05-29 17:04:37 +08:00 committed by sbwml
parent ef4c2bf0ab
commit 8437190378
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ local v_ss_encrypt_method_list = {
} }
local x_ss_encrypt_method_list = { local x_ss_encrypt_method_list = {
"aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "xchacha20-poly1305" "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 security_list = {"none", "auto", "aes-128-gcm", "chacha20-poly1305", "zero"} local security_list = {"none", "auto", "aes-128-gcm", "chacha20-poly1305", "zero"}

View File

@ -39,7 +39,7 @@ local v_ss_encrypt_method_list = {
} }
local x_ss_encrypt_method_list = { local x_ss_encrypt_method_list = {
"aes-128-gcm", "aes-256-gcm", "chacha20-poly1305", "xchacha20-poly1305" "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 = {