|
@@ -98,7 +98,7 @@ func (h *Handler) Process(ctx context.Context, link *transport.Link, dialer inte
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
target := outbound.Target
|
|
target := outbound.Target
|
|
|
- newError("tunneling request to ", target, " via ", rec.Destination()).AtInfo().WriteToLog(session.ExportIDToError(ctx))
|
|
|
|
|
|
|
+ newError("tunneling request to ", target, " via ", rec.Destination().NetAddr()).AtInfo().WriteToLog(session.ExportIDToError(ctx))
|
|
|
|
|
|
|
|
command := protocol.RequestCommandTCP
|
|
command := protocol.RequestCommandTCP
|
|
|
if target.Network == net.Network_UDP {
|
|
if target.Network == net.Network_UDP {
|