[squid-users] Fine Tuning ACLs to only make certain IPs jailed/restricted to certain sites?

From: Adam McCarthy <zeroonetwothree_at_gmail.com>
Date: Wed, 17 Sep 2008 17:15:26 -0400

I already have my squid so that it will deny users access to any site
unless it's one of three specified.

My question is, now, in this example, how would I tell Squid, to say
only restrict say 192.168.0.120-192.168.0.125 to those 3 sites?

acl localnet src 192.168.0.0/16
acl AllowedSites dstdom_regex "/etc/squid/allowed-sites"
http_access allow AllowedSites
http_access deny !AllowedSites
http_access allow localnet
Received on Wed Sep 17 2008 - 21:15:29 MDT

This archive was generated by hypermail 2.2.0 : Thu Sep 18 2008 - 12:00:02 MDT