Search squid archive

Re: Hole in my thinking - still

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

 



> #This line acl all sets up you all ACL of any IP address It is included in
> squid.conf by default.
> acl all src 0.0.0.0/0.0.0.0
> #This line specifys your managers group of IP addresses
> acl mamagers src 172.16.10.16-31
> #This line specifies your operator IP addresses
> acl operators src 172.16.10.96-254
> #This line specifys your allowed sites for operators
> acl operator-sites dstdomain .google.com .paypal.com
>
> #This line lets requests from your managers IP addresses (Specified above)
> out All other IP address will progress to the next rule
> http_access allow managers
> #This line allows out requests from your operator IP addresses (Specified
> Above) only to the sites listed above If not on the list will progress to
> next line
> http_access allow operators operator-sites
> #this is a very important line which I believe is in squid.conf by default.
> If none of the other access rules have been met, it denys the request.
> http_access deny all
>
> Mark.

Thanks all for your helpings! :) I'll check it out as soon as I get into the 
box again.

-- 

Bobby

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

  Powered by Linux