diff --git a/files/usr/lib/lua/luci/model/cbi/shadowsocksr/general.lua b/files/usr/lib/lua/luci/model/cbi/shadowsocksr/general.lua index 99e6af6..d181e34 100644 --- a/files/usr/lib/lua/luci/model/cbi/shadowsocksr/general.lua +++ b/files/usr/lib/lua/luci/model/cbi/shadowsocksr/general.lua @@ -58,6 +58,7 @@ method:value("seed-cfb") method:value("salsa20") method:value("chacha20") method:value("chacha20-ietf") +method:value("aes-128-ctr") protocol = s:option(ListValue, "protocol", translate("Protocol")) protocol:value("origin")