RE: [squid-users] block sites access

From: Adam Aube <aaube@dont-contact.us>
Date: Wed, 5 Nov 2003 15:39:01 -0500

> I did get block sites access with the following acls:

> http_access allow local
> http_access allow unblockedsites all
> http_access deny blockedsites all
> http_access deny all

You allow local before you deny blockedsites. Rewrite these rules as:

http_access deny blockedsites !unblockedsites
http_access allow local
http_access deny all

Adam
Received on Wed Nov 05 2003 - 13:39:05 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:21:07 MST