Dear group
My transparency squid box redirect packet which has destination port 80 to 3128 by this
iptable command
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
but I don't want clients access some destination ip address through squid,
Is there a way to bypass squid by add some iptables command ?
Thank you.
Regard