Add uTLS fingerprint key to Websocket-TLS client

This commit is contained in:
0xLem0nade 2022-10-19 01:35:05 +03:30
parent 820db40a57
commit 716e0045ba
No known key found for this signature in database

View File

@ -50,7 +50,10 @@
}, },
"streamSettings": { "streamSettings": {
"network": "ws", "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" "tag": "proxy"
}, },