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.
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)
Activity
kevinburke1 commentedon Nov 28, 2019
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)