vaibhav naldurgkar wrote:
> Hi all,
>
> I want to stop downloading from the sites using squid acl.
> So please tell me how can I deny some of the nodes in my LAN to stop
> downloading from sites..
> Thanking you
> Regards,
> VVN
>
> _________________________________________________________________
For deny some nodes of your lan:
acl all src 0/0
acl MyLan src x.x.x.x/x ...
acl DenyNodes x.x.x.x/x y.y.y.y/y ....
http_access deny DenyNodes
http_access allow MyLan
http_access deny all
see also dst and dstdomain acl
for deny some visited sites.
Emilio C.
Received on Wed Jun 09 2004 - 04:03:54 MDT
This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:02 MDT