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
I assume you mean a plain old Dial(network, addr string) (net.Conn, error) or a DialContext(ctx context.Context, network, addr string) (net.Conn, error)?
There is no DialTCP function which can create arbitrary tproxy connections.
It can be used in HTTP proxies with a customized http.client .
The text was updated successfully, but these errors were encountered: