From 3739694c581f516d4ae679311ffce571b2baf111 Mon Sep 17 00:00:00 2001 From: shuralee Date: Wed, 13 May 2026 00:00:45 +0300 Subject: [PATCH] Update client.jsonc add fingerprint tls --- VLESS-XHTTP3-Nginx/client.jsonc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/VLESS-XHTTP3-Nginx/client.jsonc b/VLESS-XHTTP3-Nginx/client.jsonc index a87fa9c..c148575 100644 --- a/VLESS-XHTTP3-Nginx/client.jsonc +++ b/VLESS-XHTTP3-Nginx/client.jsonc @@ -41,11 +41,17 @@ "hMaxReusableSecs": 3600 //Nginx 默认上限 3600s(1h)。https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time } }, - "security": "tls" + "security": "tls", + "tlsSettings": { + "serverName": "example.com", + "fingerprint": "chrome" + } } }, "security": "tls", "tlsSettings": { + "serverName": "example.com", + "fingerprint": "chrome", "alpn": [ "h3" //如遇到性能远不及预期并且 log 伴随“QUIC flood detected”,可参考:https://github.com/XTLS/Xray-core/discussions/4197 ]