Re: [squid-users] allowing facebook for spesific client IPs

From: Alex Crow <alex_at_nanogherkin.com>
Date: Sat, 17 Sep 2011 11:04:36 +0100

>> acl john src 10.x.y.z
>>
>> acl jane src 10.x.y.t
>>
>> acl facebook dstdomain facebook.com (or .facebook.com)
>>
>>
>> http_access allow john jane facebook.
>>
In case Amos's reference to Common Mistakes didn't help you:

The http_access is wrong. It will allow only a client who was both the
john IP and the jane IP access to facebook (obviously impossible)

Should be

http_access allow john facebook
http_access allow jane facebook

Alex
Received on Sat Sep 17 2011 - 10:04:38 MDT

This archive was generated by hypermail 2.2.0 : Sat Sep 17 2011 - 12:00:02 MDT