1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-06 23:47:28 -05:00
This commit is contained in:
RPRX
2020-10-05 00:52:03 +08:00
committed by GitHub
parent ef872ffe01
commit a308620073

View File

@@ -377,7 +377,7 @@ func (h *Handler) Process(ctx context.Context, network net.Network, connection i
switch requestAddons.Flow {
case vless.XRO, vless.XRD:
if account.Flow == vless.XRO || account.Flow == vless.XRD {
if account.Flow == requestAddons.Flow {
switch request.Command {
case protocol.RequestCommandMux:
return newError(requestAddons.Flow + " doesn't support Mux").AtWarning()