Add uTLS fingerprint key to HTTP2 client

pull/81/head
0xLem0nade 2022-10-19 01:34:19 +03:30
parent ae6a0c713f
commit 820db40a57
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -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"
},