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

Multiple ports redirection #7

Closed
n3storm opened this issue Oct 11, 2018 · 3 comments
Closed

Multiple ports redirection #7

n3storm opened this issue Oct 11, 2018 · 3 comments

Comments

@n3storm
Copy link

n3storm commented Oct 11, 2018

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

@troglobit
Copy link
Owner

Nope.

You'll have to run separate instances for that.

@n3storm
Copy link
Author

n3storm commented Oct 11, 2018

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

@troglobit
Copy link
Owner

OK, closing this bug report.

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

2 participants