luci-app-shadowsocks-libev: add 2 aead methods
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
e47366a8a1
commit
1c680e8c78
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ methods = {
|
||||||
"aes-128-gcm",
|
"aes-128-gcm",
|
||||||
"aes-192-gcm",
|
"aes-192-gcm",
|
||||||
"aes-256-gcm",
|
"aes-256-gcm",
|
||||||
|
"chacha20-ietf-poly1305",
|
||||||
|
"xchacha20-ietf-poly1305",
|
||||||
-- stream
|
-- stream
|
||||||
"table",
|
"table",
|
||||||
"rc4",
|
"rc4",
|
||||||
|
|
Loading…
Reference in a new issue