We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If an application is proxy aware the following might enable web interception:
iptables -t nat -A OUTPUT -p tcp --dport 80 -j DNAT --to-destination 10.10.10.10:8080 iptables -t nat -A OUTPUT -p tcp --dport 443 -j DNAT --to-destination 10.10.10.10:8080
iptables -t nat -A OUTPUT -p tcp --dport 80 -j DNAT --to-destination 10.10.10.10:8080
iptables -t nat -A OUTPUT -p tcp --dport 443 -j DNAT --to-destination 10.10.10.10:8080
There was an error while loading. Please reload this page.