From 820db40a572cb1924e55148961299884f36317ff Mon Sep 17 00:00:00 2001 From: 0xLem0nade <18480836+0xLem0nade@users.noreply.github.com> Date: Wed, 19 Oct 2022 01:34:19 +0330 Subject: [PATCH] Add uTLS fingerprint key to HTTP2 client --- VMess-HTTP2/config_client.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VMess-HTTP2/config_client.json b/VMess-HTTP2/config_client.json index dca39f7..c9243ce 100644 --- a/VMess-HTTP2/config_client.json +++ b/VMess-HTTP2/config_client.json @@ -50,7 +50,10 @@ }, "streamSettings": { "network": "http", - "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" },