Date: Sat, 10 Dec 1994 01:06:30 +0100
Message-Id: <9411097870.AA787028724@smtpgwy.cantor.com>
From: ashorsht@cantor.com
To: Multiple recipients of list <www-proxy@www0.cern.ch>
Subject: Re[2]: Complex Protection for Proxy...
I am sorry this has nothing to do with the subject, but
I need to unsubscribe from th list. Do you remember to which
address do I send the message. Thanks
> Mask @(IPAddress1,IPAddress2,.........,IPAddressn)
>
> Now the problem is that the number of entries in this Mask specification
> is getting pretty large. I was wondering is there some line limit for
> this line or is there some method for splitting this specification over a
> number of lines. I tried using something like:
>
> Mask @(IPAddress1)
> Mask @(IPAddress2)
> ..
> Mask @(IPAddressn)
>
> But this did not work.
Only *one* Mask directive is allowed. However, you can use the group
file to define groups of IP addresses, e.g:
group1: @(IPAddress1,IPAddress2)
group2: @(IPAddress3,IPAddress4,IPAddress5)
and then use those groups with Mask directive:
Mask group1, group2
-- Cheers, Ari --