Search squid archive

Re: Limited site access

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

 



trainier@xxxxxxxxxx wrote:

We've a situation at our facility where specific clients sit in static IP address block This clients are considered "restricted" and I need a way to get these clients to access a set of websites that I've defined. There's probably 20 or 30 sites.

Can I get some recommendations on how to do this most-efficiently?

Much appreciated,

Tim Rainier


Hello Rainer,

You can solve your problem with the following

acl restricted src  x.x.x.x/.....
acl restricted_sites dst  /usr/local/restrict.txt
http_access allow restricted restricted_sites
http_access deny restricted

You can create a file(restrict.txt) to list the restricted sites.

For more details: http://www.squid-cache.org/Doc/FAQ/FAQ-10.html

Thanks,
Visolve Squid Team,
http://squid.visolve.com



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

  Powered by Linux