Skip to content

Commit

Permalink
Merge pull request #1618 from zxlhhyccc/patch-8
Browse files Browse the repository at this point in the history
luci-app-ssr-plus: Fix Importing configuration cannot import fingerprint.
  • Loading branch information
coolsnowwolf authored Nov 30, 2024
2 parents 5a89220 + 499a7c1 commit 88a1fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 88a1fd6

Please sign in to comment.