luci-app-shadowsocks-libev: add 2 aead methods
[project/luci.git] / 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",