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

multi layer proxy example. #3628

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ohaddahan
Copy link

In this configuration we have a public master server, which accepts
outgoing connections from endpoint servers.
The reason for using outgoing connections, is to avoid the need to open firewall ports.
The master will receive requests and forward them one of the servers connected to it.

(since it's in examples I merged it into one file/binary, in the real world the two servers are obviously not in the same process)

image

@ohaddahan
Copy link
Author

@hatoo helped a lot in building this.

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

Successfully merging this pull request may close these issues.

None yet

1 participant