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

Add an argument to change the remote_port used #1

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

Conversation

guiboro83
Copy link

Currently, we have the possibility to change the listening port with the argument "-p" but the remote port where the reply is send is necessarily the local_port + 1. For example if I use "-p 28067" the reply port will be 28068.
For a project, I have to use another port so I add the parameter "--remote-port" in order to have the possibility to modify the reply port independently of the listening 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
1 participant