|  | @@ -75,9 +75,9 @@ func (v *Handler) Process(ctx context.Context, outboundRay ray.OutboundRay, dial
 | 
											
												
													
														|  |  	if target.Network == net.Network_UDP {
 |  |  	if target.Network == net.Network_UDP {
 | 
											
												
													
														|  |  		command = protocol.RequestCommandUDP
 |  |  		command = protocol.RequestCommandUDP
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  | -	//if target.Address.Family().IsDomain() && target.Address.Domain() == "v1.mux.com" {
 |  | 
 | 
											
												
													
														|  | -	//	command = protocol.RequestCommandMux
 |  | 
 | 
											
												
													
														|  | -	//}
 |  | 
 | 
											
												
													
														|  | 
 |  | +	if target.Address.Family().IsDomain() && target.Address.Domain() == "v1.mux.com" {
 | 
											
												
													
														|  | 
 |  | +		command = protocol.RequestCommandMux
 | 
											
												
													
														|  | 
 |  | +	}
 | 
											
												
													
														|  |  	request := &protocol.RequestHeader{
 |  |  	request := &protocol.RequestHeader{
 | 
											
												
													
														|  |  		Version: encoding.Version,
 |  |  		Version: encoding.Version,
 | 
											
												
													
														|  |  		User:    rec.PickUser(),
 |  |  		User:    rec.PickUser(),
 |