mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
enable command mux
This commit is contained in:
parent
0aa48e6c5a
commit
4aa87be0f2
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user