This is a discussion on RE: [squid-users] Rectrict download within the Squid Users forums, part of the Web Server and Related Forums category; > Anyone can help me with this acl? > The squid.conf line is: > reply_body_max_size bytes allow|deny acl ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Anyone can help me with this acl?
> The squid.conf line is: > reply_body_max_size bytes allow|deny acl acl Something like this should work: acl big_downloader src 192.168.0.25 reply_body_max_size 0 allow big_downloader reply_body_max_size 3 MB allow all Adam |