[EMAIL PROTECTED] 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


Reply via email to