enable command mux

pull/731/merge
Darien Raymond 2017-11-23 15:21:16 +01:00
parent 0aa48e6c5a
commit 4aa87be0f2
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 3 additions and 3 deletions

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.com" {
// command = protocol.RequestCommandMux
//}
if target.Address.Family().IsDomain() && target.Address.Domain() == "v1.mux.com" {
command = protocol.RequestCommandMux
}
request := &protocol.RequestHeader{
Version: encoding.Version,
User: rec.PickUser(),