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
Why is this not an option? I can't find it anywhere in the documentation if it's possible to bind it to specific ip.
477 iptables -t nat -A POSTROUTING -o eth0+ -j MASQUERADE
478 iptables -t nat -D PREROUTING -p tcp --dport 80 -j DNAT --to-destination 127.0.0.1:1992
Doesn't work well :(
The text was updated successfully, but these errors were encountered:
listener is only intended to serve web interface locally, that's why it binds locally
Sorry, something went wrong.
No branches or pull requests
Why is this not an option?
I can't find it anywhere in the documentation if it's possible to bind it to specific ip.
477 iptables -t nat -A POSTROUTING -o eth0+ -j MASQUERADE
478 iptables -t nat -D PREROUTING -p tcp --dport 80 -j DNAT --to-destination 127.0.0.1:1992
Doesn't work well :(
The text was updated successfully, but these errors were encountered: