Quote:
Originally Posted by Treikayan
I have setup a squid server on Rhel5.4. I would like to know how I can configure my squid server to block anon proxy sites.
|
Build a list of anonymous proxy sites and then create an ACL for them, like (example):
Code:
acl anon_proxy_site dstdomain .example1.com
acl anon_proxy_site dstdomain .example2.com
acl anon_proxy_site dstdomain .example3.com
http_access deny anon_proxy_site