Skip to content

Commit 9da1e5b

Browse files
使用非GREASE ECH加密套件来缓解uTLS中Chrome指纹Bug
如果你的sing-box客户端版本小于1.12.10 or 1.13.0-alpha.22,那么需要修改你本地配置文件中 fingerprint 为使用非GREASE ECH方式的指纹,例如 "firefox"、"ios"。否则可能你会被检测到使用模拟 Chrome 指纹,这是一种安全风险,uTLS v1.8.1已经修复。详见:refraction-networking/utls#375
1 parent cf820df commit 9da1e5b

File tree

40 files changed

+40
-40
lines changed

40 files changed

+40
-40
lines changed

Android/sing-box-rule-set/≥sing-box-1.10.0/client-shadowtls-tun-with-dns-rules-block-ads-IPv4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"server_name": "sns-video-hw.xhscdn.com",
7979
"utls": {
8080
"enabled": true,
81-
"fingerprint": "chrome"
81+
"fingerprint": "firefox"
8282
}
8383
}
8484
},

Android/sing-box-rule-set/≥sing-box-1.10.0/client-shadowtls-tun-with-dns-rules-block-ads-IPv6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"server_name": "sns-video-hw.xhscdn.com",
8989
"utls": {
9090
"enabled": true,
91-
"fingerprint": "chrome"
91+
"fingerprint": "firefox"
9292
}
9393
}
9494
},

Android/sing-box-rule-set/≥sing-box-1.11.0/client-shadowtls-tun-with-dns-rules-block-ads-IPv4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"server_name": "sns-video-hw.xhscdn.com",
8787
"utls": {
8888
"enabled": true,
89-
"fingerprint": "chrome"
89+
"fingerprint": "firefox"
9090
}
9191
}
9292
},

Android/sing-box-rule-set/≥sing-box-1.11.0/client-shadowtls-tun-with-dns-rules-block-ads-IPv6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"server_name": "sns-video-hw.xhscdn.com",
8888
"utls": {
8989
"enabled": true,
90-
"fingerprint": "chrome"
90+
"fingerprint": "firefox"
9191
}
9292
}
9393
},

Android/sing-box-rule-set/≥sing-box-1.9.0/client-shadowtls-tun-with-dns-rules-block-ads-IPv4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"server_name": "sns-video-hw.xhscdn.com",
7777
"utls": {
7878
"enabled": true,
79-
"fingerprint": "chrome"
79+
"fingerprint": "firefox"
8080
}
8181
}
8282
},

Android/sing-box-rule-set/≥sing-box-1.9.0/client-shadowtls-tun-with-dns-rules-block-ads-IPv6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"server_name": "sns-video-hw.xhscdn.com",
8787
"utls": {
8888
"enabled": true,
89-
"fingerprint": "chrome"
89+
"fingerprint": "firefox"
9090
}
9191
}
9292
},

Armbian/sing-box-rule-set/≥sing-box-1.10.0/client-shadowtls-tun-with-dns-rules-block-ads-IPv4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"server_name": "sns-video-hw.xhscdn.com",
9090
"utls": {
9191
"enabled": true,
92-
"fingerprint": "chrome"
92+
"fingerprint": "firefox"
9393
}
9494
}
9595
},

ImmortalWrt/sing-box-rule-set/≥sing-box-1.11.0/client-shadowtls-tun-with-dns-rules-block-ads-IPv4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"server_name": "sns-video-hw.xhscdn.com",
8888
"utls": {
8989
"enabled": true,
90-
"fingerprint": "chrome"
90+
"fingerprint": "firefox"
9191
}
9292
}
9393
},

Windows/sing-box-GeoIP-Geosite/sing-box-1.7.8/client-shadowtls-mixed-system-proxy-block-ads-IPv4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"server_name": "sns-video-hw.xhscdn.com",
3232
"utls": {
3333
"enabled": true,
34-
"fingerprint": "chrome"
34+
"fingerprint": "firefox"
3535
}
3636
}
3737
},

Windows/sing-box-GeoIP-Geosite/sing-box-1.7.8/client-shadowtls-mixed-system-proxy-block-ads-IPv6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"server_name": "sns-video-hw.xhscdn.com",
3232
"utls": {
3333
"enabled": true,
34-
"fingerprint": "chrome"
34+
"fingerprint": "firefox"
3535
}
3636
}
3737
},

0 commit comments

Comments
 (0)