Search squid archive

Re: Hole in my thinking - still

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

 



mån 2007-06-11 klockan 17:12 -0400 skrev Bobby:
> Hi,
> 
> This is not resolving. Rather than debugging my setup please tell me how you 
> would configure it. 
> 
> What I'm looking at is how do I specify different machines to be able to 
> access only certain websites?
> 
> Let's say,
> 172.16.10.16-31 are managers who can go anywhere and
> 172.16.10.96-254 are operators with limited access like only to
> .google.com and .paypal.com.

# Allow managers unrestricted access
acl managers src ...
http_access allow managers

# Allow operators access to a restricted set of sites
acl operators src ...
acl operator_sites dstdomain .google.com .paypal.com
http_access allow operators operator_sites

# And deny all other access
http_access deny all


Regards
Henrik

Attachment: signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel


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

  Powered by Linux