luci-app-shadowsocks-libev: add 2 aead methods
authorYousong Zhou <yszhou4tech@gmail.com>
Sat, 19 Aug 2017 17:30:22 +0000 (01:30 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Sat, 19 Aug 2017 18:27:40 +0000 (02:27 +0800)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua

index 6608ee8..e1bde60 100644 (file)
@@ -237,6 +237,8 @@ methods = {
        "aes-128-gcm",
        "aes-192-gcm",
        "aes-256-gcm",
+       "chacha20-ietf-poly1305",
+       "xchacha20-ietf-poly1305",
        -- stream
        "table",
        "rc4",