On Wed, 31 Dec 2003, Steve Dickey wrote: > I have a client that needs to filter a certain list of websites with their > squid proxy server. The list contains a couple dozen domains and there are > a handful of users on the system that should NOT be filtered. Can someone > point me in the right direction for this type of configuration?
I would suggest to read the Squid FAQ chapter 10 Access Controls. Basic principle: Make ACLs dividing your users in the required access levels. Then allow users access startign with the most open access level and finally deny everything else. Regards Henrik
