From 499a7c18995804b234e0a82ecef8f2f57c0fcd4a Mon Sep 17 00:00:00 2001 From: zxl hhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:33:39 +0800 Subject: [PATCH] luci-app-ssr-plus: Fix Importing configuration cannot import fingerprint. --- .../luasrc/model/cbi/shadowsocksr/client-config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua index 876a819cb6f..2b91c2cf8b1 100644 --- a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua +++ b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua @@ -944,7 +944,7 @@ if is_finded("xray") then o:depends({type = "v2ray", v2ray_protocol = "vless", transport = "raw", reality = true}) -- [[ uTLS ]]-- - o = s:option(Value, "fingerprint", translate("Finger Print")) + o = s:option(ListValue, "fingerprint", translate("Finger Print")) o.default = "chrome" o:value("chrome", translate("chrome")) o:value("firefox", translate("firefox"))