mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 21:26:06 +08:00
Add uTLS fingerprint key to HTTP2 client
This commit is contained in:
parent
ae6a0c713f
commit
820db40a57
@ -50,7 +50,10 @@
|
|||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "http",
|
"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"
|
"tag": "proxy"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user