1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-09 01:10:44 +00:00
This commit is contained in:
RPRX 2020-10-05 00:52:03 +08:00 committed by GitHub
parent ef872ffe01
commit a308620073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()