Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy to an in memory net.Listener #26

Open
kevinburke1 opened this issue Nov 28, 2019 · 1 comment
Open

proxy to an in memory net.Listener #26

kevinburke1 opened this issue Nov 28, 2019 · 1 comment

Comments

@kevinburke1
Copy link

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.

@kevinburke1
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant