Explorar el Código

disable mux command temporarily

Darien Raymond hace 7 años
padre
commit
6f4bddd62e
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      proxy/vmess/outbound/outbound.go

+ 3 - 3
proxy/vmess/outbound/outbound.go

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