mirror of https://github.com/v2ray/v2ray-core
typo
parent
25b30704a4
commit
9e997a5be7
|
@ -46,7 +46,7 @@ func (this *VMessOutboundHandler) Dispatch(target v2net.Destination, payload *al
|
||||||
log.Error("VMess|Outbound: Failed to find an available destination:", err)
|
log.Error("VMess|Outbound: Failed to find an available destination:", err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
log.Info("VMess|Outbound: Tunneling request to ", target, " via ", rec.Destination)
|
log.Info("VMess|Outbound: Tunneling request to ", target, " via ", rec.Destination())
|
||||||
|
|
||||||
command := protocol.RequestCommandTCP
|
command := protocol.RequestCommandTCP
|
||||||
if target.IsUDP() {
|
if target.IsUDP() {
|
||||||
|
|
Loading…
Reference in New Issue