We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 :(