Re: [squid-users] Whitelisting

From: Visolve Squid <squid@dont-contact.us>
Date: Wed, 04 Oct 2006 08:50:31 +0530

trainier@kalsec.com wrote:
> I have a list of IP addresses from which I want to allow access to a
> specific number of internet addresses.
>
> Can someone help get me started with this?
>
> Thanks,
>
> Tim Rainier
Hello Rainer,

Specific number of internet addresses are allow for list of IP address
configuration can be done by using the following ACL setting in squid.conf

acl IP_List src "/usr/local/iplist.txt"
acl addresses dstdomain "/usr/local/addresslist.txt"
http_access allow addresses IP_List

Thanks,
Visolve Squid Team
www.visolve.com/squid/
Received on Tue Oct 03 2006 - 21:14:45 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Nov 01 2006 - 12:00:04 MST