mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-07 07:13:36 +03:00
Update websocket.md
This commit is contained in:
parent
e76b91cc58
commit
8c4618b4a1
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ Websocket 会识别 HTTP 请求的 X-Forwarded-For 头来覆写流量的源地
|
|||
{
|
||||
"acceptProxyProtocol": false,
|
||||
"path": "/",
|
||||
"host": "xray.com"
|
||||
"host": "xray.com",
|
||||
"headers": {
|
||||
"host": "xray.com"
|
||||
"key": "value"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue