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

API for inbound proxy #3

Open
eldondev opened this issue May 18, 2020 · 0 comments
Open

API for inbound proxy #3

eldondev opened this issue May 18, 2020 · 0 comments

Comments

@eldondev
Copy link
Owner

eldondev commented May 18, 2020

Typically meadtap would be run in an externally-facing network context, and leverage some kind of a tap device that resides in an inward-facing network namespace to serve as the gateway. It would be nice if it were possible to open ports in the externally-facing network context, and proxy them to locations in the inward-facing network context. Building an api that would cause meadtap to listen on external ports and forward them. Main implements a PoC of this in serve_local here, but that is static and nonsensical for anything outside of the test environment:

func serve_local(s *stack.Stack) {

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