Update websocket.md

This commit is contained in:
ちか 2024-03-30 23:49:15 +08:00 committed by GitHub
parent e76b91cc58
commit 8c4618b4a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,9 +16,9 @@ Websocket 会识别 HTTP 请求的 X-Forwarded-For 头来覆写流量的源地
{
"acceptProxyProtocol": false,
"path": "/",
"host": "xray.com"
"host": "xray.com",
"headers": {
"host": "xray.com"
"key": "value"
}
}
```