From 716e0045baaf806722dbbb59d3357e03a418c850 Mon Sep 17 00:00:00 2001 From: 0xLem0nade <18480836+0xLem0nade@users.noreply.github.com> Date: Wed, 19 Oct 2022 01:35:05 +0330 Subject: [PATCH] Add uTLS fingerprint key to Websocket-TLS client --- VMess-Websocket-TLS/config_client.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VMess-Websocket-TLS/config_client.json b/VMess-Websocket-TLS/config_client.json index ee49c62..0cf2bde 100644 --- a/VMess-Websocket-TLS/config_client.json +++ b/VMess-Websocket-TLS/config_client.json @@ -50,7 +50,10 @@ }, "streamSettings": { "network": "ws", - "security": "tls" + "security": "tls", + "tlsSettings": { + "fingerprint": "chrome" // uTLS fingerprint as traffic camouflage, can be either "chrome" or "firefox" or deleted entirely to disable uTLS + } }, "tag": "proxy" },