trainier@xxxxxxxxxx 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/