Re: [squid-users] acl concatenation

From: Robert Collins <robert.collins@dont-contact.us>
Date: 11 Aug 2001 00:43:14 +1000

On 10 Aug 2001 16:35:32 +0200, Wojciech Puchar wrote:
> is it possible to do such thing when there is:
>
> acl acl1 src <list of IP>
> acl acl2 src <another list of IP>
>
> to define acl3 equal to acl1+acl2?
>
> i'm asking as squid does not allow lines longer than 512 bytes
>

acl acl1 src <data>
acl acl1 src <more data>
or
acl acl1 src "file with data (1 entry per line)"

Rob
Received on Fri Aug 10 2001 - 08:43:29 MDT

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