Hello, I have a Centos configured as bridge, squid running in transparent mode, tproxy. I would like to exclude few IP from not being redirected, as few routers are getting spoofing errors. the below rule is running, iptables -t tproxy -A PREROUTING -i br0 -p tcp -m tcp --dport 80 -j TPROXY --on-port 3128 what iptables rules do i need to bypass certain IPS from redirections. Many thanks.