Search squid archive

Re: allowing facebook for spesific client IPs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux