Jeff Dearmin wrote:
>
> Using Squid-1.1, is it possible to restrict different IP addresses
> to accessing certain WEB sites? For example,
Yes, of course. You can do this by using the access controls available
in squid.conf (acl, and http_access).
Short example:
acl secretary src secretary-ipaddr
acl secretary-sites dstdom www.oursite.com
http_access allow secretary secretary-sites
--- Henrik Nordstrom Spare time Squid hackerReceived on Thu Mar 04 1999 - 14:46:35 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:45:08 MST