Indunil Jayasooriya wrote:
Hi All, I want to know how to exclude or bypass a few ips with squid. these are the basic rules currently wriiten in squid.conf files acl our_networks src 192.168.0.0/16 http_access allow our_networks Let's say, a few sites are running on 192.168.0.4 and 192.168.0.7. I want to exclude (bypass) squid for thses ips. How can I do it with squid.conf file?
By the time browser has asked squid to lookup domain its too late. You need WPAD / proxy.PAC or direct manual configuration of the browser. Amos -- Please use Squid 2.6STABLE17+ or 3.0STABLE1+ There are serious security advisories out on all earlier releases.