We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can multiple ports redirection be accomplished with redir?
It can be something like: redir --laddr=8.0.8.0 --lport=80,443 --caddr=10.0.3.69 --cport=80,443
redir --laddr=8.0.8.0 --lport=80,443 --caddr=10.0.3.69 --cport=80,443
or maybe:
redir --laddr=8.0.8.0 --lport=80 --lport=443 --caddr=10.0.3.69 --cport=80 --cport=443
The text was updated successfully, but these errors were encountered:
Nope.
You'll have to run separate instances for that.
Sorry, something went wrong.
Thanks.
For others, I am using supervisord and grouping redir commands so they behave as one: http://supervisord.org/configuration.html#group-x-section-values
OK, closing this bug report.
No branches or pull requests
Can multiple ports redirection be accomplished with redir?
It can be something like:
redir --laddr=8.0.8.0 --lport=80,443 --caddr=10.0.3.69 --cport=80,443
or maybe:
redir --laddr=8.0.8.0 --lport=80 --lport=443 --caddr=10.0.3.69 --cport=80 --cport=443
The text was updated successfully, but these errors were encountered: