Hi, I AM used to block sites using:
acl bad_sites dstdomain "/etc/squid/bad_sites.txt" http_access deny bad_sites With this my users cannot access all domains listed in "/etc/squid/bad_sites.txt" using http but they can access using https. How do I solve this? Thanks
