mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-06 23:47:28 -05:00
Fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user