luci-app-ssr-plus: allow customized ss plugins

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Mattraks 2021-03-09 11:04:12 +08:00 committed by Tianling Shen
parent 0ee152a77b
commit 63e772ec77
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -256,7 +256,7 @@ o.rmempty = true
o:depends({type = "v2ray", v2ray_protocol = "shadowsocks"})
-- Shadowsocks Plugin
o = s:option(ListValue, "plugin", translate("Obfs"))
o = s:option(Value, "plugin", translate("Obfs"))
o:value("none", translate("None"))
if is_finded("obfs-local") then
o:value("obfs-local", translate("simple-obfs"))