You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proxy/freedom/freedom.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,6 @@ func (h *Handler) Process(ctx context.Context, link *transport.Link, dialer inte
117
117
UDPOverride.Port=destination.Port
118
118
}
119
119
}
120
-
newError("opening connection to ", destination).WriteToLog(session.ExportIDToError(ctx))
121
120
122
121
input:=link.Reader
123
122
output:=link.Writer
@@ -148,6 +147,7 @@ func (h *Handler) Process(ctx context.Context, link *transport.Link, dialer inte
148
147
returnnewError("failed to open connection to ", destination).Base(err)
149
148
}
150
149
deferconn.Close()
150
+
newError("connection opened to ", destination, ", local endpoint ", conn.LocalAddr(), ", remote endpoint ", conn.RemoteAddr()).WriteToLog(session.ExportIDToError(ctx))
0 commit comments