1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 18:00:43 +00:00

disable mux command temporarily

This commit is contained in:
Darien Raymond 2018-02-10 11:17:40 +01:00
parent c4f1e10a3d
commit 6f4bddd62e
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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