luci-app-passwall: shadowsocks-rust server: remove unsupported encryption

This commit is contained in:
sbwml 2022-06-11 08:34:41 +08:00
parent 02fd931712
commit 09e9b0994d

View File

@ -12,7 +12,7 @@ local ss_encrypt_method_list = {
local ss_rust_encrypt_method_list = {
"plain", "none",
"aes-128-gcm", "aes-256-gcm", "chacha20-ietf-poly1305",
"2022-blake3-aes-128-gcm","2022-blake3-aes-256-gcm","2022-blake3-chacha8-poly1305","2022-blake3-chacha20-poly1305"
"2022-blake3-aes-128-gcm","2022-blake3-aes-256-gcm","2022-blake3-chacha20-poly1305"
}
local ssr_encrypt_method_list = {