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 already have the *net.Listener in the same process as the TCP Proxy. It would be great if I could proxy directly to that instead of needing to Dial a separate IP address.
The text was updated successfully, but these errors were encountered:
TargetListener gets me close to what I want but I need the Listener to handle TLS, unless I put my own Listener behind the TargetListener somehow (not sure how to do that)
I already have the
*net.Listener
in the same process as the TCP Proxy. It would be great if I could proxy directly to that instead of needing to Dial a separate IP address.The text was updated successfully, but these errors were encountered: