Redirecting traffic from one port to another Let’s issue the following command to redirect incoming traffic on port 80 to our Node.js app that is listening on port 1337: sudo iptables -A PREROUTING -t nat…
Redirecting traffic from one port to another Let’s issue the following command to redirect incoming traffic on port 80 to our Node.js app that is listening on port 1337: sudo iptables -A PREROUTING -t nat…