RPRX 5 years ago
parent
commit
a308620073
1 changed files with 1 additions and 1 deletions
  1. 1 1
      proxy/vless/inbound/inbound.go

+ 1 - 1
proxy/vless/inbound/inbound.go

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