luci-app-ssr-plus: Update uTLS fingerprints

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Mattraks 2021-04-01 09:54:17 +08:00 committed by Tianling Shen
parent 69fb042bfa
commit 832bcc7e2f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
4 changed files with 7196 additions and 7134 deletions

View File

@ -512,17 +512,15 @@ o = s:option(Flag, "tls_sessionTicket", translate("Session Ticket"))
o:depends({type = "trojan", tls = true})
o.default = "0"
-- [[ Trojan TLS ]]--
-- [[ uTLS ]]--
o = s:option(ListValue, "fingerprint", translate("Finger Print"))
o:value("disable", translate("disable"))
o:value("firefox", translate("firefox"))
o:value("chrome", translate("chrome"))
if is_finded("xray") then
o:value("safari", translate("safari"))
o:value("randomized", translate("random"))
end
o:value("safari", translate("safari"))
o:value("randomized", translate("randomized"))
o:depends({type = "v2ray", tls = true})
o.default = "firefox"
o.default = "disable"
o = s:option(Value, "tls_host", translate("TLS Host"))
o.datatype = "hostname"

View File

@ -1725,7 +1725,6 @@
59.172.0.0/15
59.174.0.0/15
59.191.0.0/17
59.191.240.0/20
59.192.0.0/10
60.0.0.0/13
60.8.0.0/15
@ -3977,7 +3976,6 @@
103.146.124.0/23
103.146.126.0/23
103.146.138.0/23
103.146.147.0/24
103.146.230.0/23
103.146.236.0/23
103.146.252.0/23
@ -4132,6 +4130,15 @@
103.163.46.0/23
103.163.74.0/23
103.163.180.0/23
103.164.4.0/23
103.164.32.0/23
103.164.40.0/23
103.164.42.0/23
103.164.64.0/23
103.164.76.0/23
103.164.178.0/23
103.164.226.0/23
103.165.44.0/23
103.192.0.0/22
103.192.4.0/22
103.192.8.0/22
@ -4411,7 +4418,6 @@
103.205.252.0/22
103.206.0.0/22
103.206.44.0/22
103.206.108.0/22
103.206.148.0/22
103.207.48.0/22
103.207.104.0/22
@ -6201,6 +6207,7 @@
157.156.0.0/16
157.255.0.0/16
158.79.0.0/16
159.27.0.0/16
159.75.0.0/16
159.226.0.0/16
160.19.208.0/22
@ -6267,6 +6274,7 @@
163.177.0.0/16
163.179.0.0/16
163.204.0.0/16
163.228.0.0/16
164.52.0.0/17
166.111.0.0/16
167.139.0.0/16

File diff suppressed because it is too large Load Diff

View File

@ -124,7 +124,7 @@ local Xray = {
allowInsecure = (server.insecure == "1") and true or nil,
serverName = server.tls_host
} or nil,
xtlsSettings = (server.xtls == '1' and (server.insecure == "1" or server.tls_host or server.fingerprint)) and {
xtlsSettings = (server.xtls == '1' and (server.insecure == "1" or server.tls_host)) and {
-- xtls
allowInsecure = (server.insecure == "1") and true or nil,
serverName = server.tls_host