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.
