Describe the bug
Under the new multi-inbound client feature in v3, assigning a client to both VLESS-TCP-Reality and VLESS-xHTTP inbounds copies the client's flow parameter (e.g., xtls-rprx-vision) to the VLESS-xHTTP inbound configuration as well. Since VLESS-xHTTP does not support the XTLS-Vision flow, Xray-core rejects connections on the xHTTP transport.
How to repeat the problem?
- Create a
VLESS-TCP inbound (with Reality enabled) and a VLESS-xHTTP inbound.
- Edit a client, select both inbounds under "Linked Inbounds".
- Set the client's Flow to
xtls-rprx-vision.
- Save the client and check the generated Xray config (
config.json).
- You will see
"flow": "xtls-rprx-vision" under the xhttp client configuration.
- Try connecting to the
vless-xhttp inbound—it will fail.
Expected action
The panel's config generator should dynamically strip or ignore the "flow" parameter for the VLESS-xHTTP inbound, even if the client has Flow set to "xtls-rprx-vision" for TCP-Reality.
Received action
The panel writes "flow": "xtls-rprx-vision" into the client settings of the linked VLESS-xHTTP inbound, causing xHTTP connections to fail.
3x-ui Version
3.1.0
Xray-core Version
26.5.9
Checklist
Describe the bug
Under the new multi-inbound client feature in v3, assigning a client to both VLESS-TCP-Reality and VLESS-xHTTP inbounds copies the client's
flowparameter (e.g.,xtls-rprx-vision) to the VLESS-xHTTP inbound configuration as well. Since VLESS-xHTTP does not support the XTLS-Vision flow, Xray-core rejects connections on the xHTTP transport.How to repeat the problem?
VLESS-TCPinbound (with Reality enabled) and aVLESS-xHTTPinbound.xtls-rprx-vision.config.json)."flow": "xtls-rprx-vision"under thexhttpclient configuration.vless-xhttpinbound—it will fail.Expected action
The panel's config generator should dynamically strip or ignore the "flow" parameter for the VLESS-xHTTP inbound, even if the client has Flow set to "xtls-rprx-vision" for TCP-Reality.
Received action
The panel writes
"flow": "xtls-rprx-vision"into the client settings of the linked VLESS-xHTTP inbound, causing xHTTP connections to fail.3x-ui Version
3.1.0
Xray-core Version
26.5.9
Checklist