> I'm having an issue with a squid.conf file running on 2.5 in which the sites > listed in the conf file as > > acl bad_site dstdomain www.badsite.com > http_access deny bad_site > > does not work. > >....
www.badsite.com is a host , not a domain , try
acl bad_site dstdomain badsite.com
M.
