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

How do you unbind it from 127.0.0.1 #578

Open
ghost opened this issue May 23, 2021 · 1 comment
Open

How do you unbind it from 127.0.0.1 #578

ghost opened this issue May 23, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented May 23, 2021

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 :(

@rojer
Copy link
Collaborator

rojer commented May 23, 2021

listener is only intended to serve web interface locally, that's why it binds locally

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

1 participant