From 09e9b0994dbeb3d001dc3769c2308c4ca8cc6dfc Mon Sep 17 00:00:00 2001 From: sbwml Date: Sat, 11 Jun 2022 08:34:41 +0800 Subject: [PATCH] luci-app-passwall: shadowsocks-rust server: remove unsupported encryption --- luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua b/luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua index cc016c343..15dc58da0 100644 --- a/luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua +++ b/luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua @@ -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 = {