In
iptables -t nat -A OUTPUT -p tcp --dport 8080 -j REDIRECT
It supposedly redirect traffic to an application running on port 8080. But it redirects from what?
No comments:
Post a Comment