Re: Restricting IP's to specific WEB sites.

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 04 Mar 1999 22:55:50 +0100

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 hacker
Received 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