diff --git a/docs/config/transports/websocket.md b/docs/config/transports/websocket.md index aa4a5d9..7df1c73 100644 --- a/docs/config/transports/websocket.md +++ b/docs/config/transports/websocket.md @@ -16,9 +16,9 @@ Websocket 会识别 HTTP 请求的 X-Forwarded-For 头来覆写流量的源地 { "acceptProxyProtocol": false, "path": "/", - "host": "xray.com" + "host": "xray.com", "headers": { - "host": "xray.com" + "key": "value" } } ```