RE: [squid-users] Rectrict download

From: Adam Aube <aaube@dont-contact.us>
Date: Fri, 12 Sep 2003 11:18:43 -0400

> 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
Received on Fri Sep 12 2003 - 09:18:46 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:42 MST