|
@@ -147,7 +147,7 @@ o.rawhtml = true
|
|
|
o.template = "shadowsocksr/ssrurl"
|
|
|
o.value = sid
|
|
|
|
|
|
-o = s:option(ListValue, "type", translate("Server Node Type"))
|
|
|
+o = s:option(Value, "type", translate("Server Node Type"))
|
|
|
if is_finded("xray") or is_finded("v2ray") then
|
|
|
o:value("v2ray", translate("V2Ray/XRay"))
|
|
|
end
|
|
@@ -715,14 +715,20 @@ o.default = "0"
|
|
|
if is_finded("xray") then
|
|
|
-- [[ uTLS ]]--
|
|
|
o = s:option(ListValue, "fingerprint", translate("Finger Print"))
|
|
|
- o:value("disable", translate("disable"))
|
|
|
- o:value("firefox", translate("firefox"))
|
|
|
+ o:value("", translate("disable"))
|
|
|
o:value("chrome", translate("chrome"))
|
|
|
+ o:value("firefox", translate("firefox"))
|
|
|
o:value("safari", translate("safari"))
|
|
|
+ o:value("ios", translate("ios"))
|
|
|
+ o:value("android", translate("android"))
|
|
|
+ o:value("edge", translate("edge"))
|
|
|
+ o:value("360", translate("360"))
|
|
|
+ o:value("qq", translate("qq"))
|
|
|
+ o:value("random", translate("random"))
|
|
|
o:value("randomized", translate("randomized"))
|
|
|
o:depends({type = "v2ray", tls = true})
|
|
|
o:depends({type = "v2ray", xtls = true})
|
|
|
- o.default = "disable"
|
|
|
+ o.default = ""
|
|
|
end
|
|
|
|
|
|
o = s:option(Value, "tls_host", translate("TLS Host"))
|