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

adding relay port #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shoebox639
Copy link

Currently, the relay port is always random. This doesn't work well if the server is dockerized. It needs to know which ports to forward when the server starts. It looks like the server already takes in relay port, but the client is just never sending it.

This PR adds a -r, --relay-port option to the client CLI. If the option is set, that port will be sent to the server and used as the relay port.

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.

1 participant