mongoose-os
mongoose-os copied to clipboard
How do you unbind it from 127.0.0.1
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 :(
listener is only intended to serve web interface locally, that's why it binds locally