Re: domain-based restrictions

From: Alexander Rainchik <alex@dont-contact.us>
Date: Thu, 18 Jul 1996 13:44:20 +0400

4At 11:28 18.07.96 +0200, you wrote:
>According to Alexander Rainchik:
>
>> Is it possible to restric access to my proxy server on
>> domain-based acl? I mean only users from .my.domain.com are
>> allowed to use cache. I can't use FQDN in 'acl src' and
>> 'acl domain' is just noi I'm expected :(
>
>How about this?
>
> acl localnet src 123.45.67.0/255.255.255.0
> acl all src 0.0.0.0/0.0.0.0
> http_access allow localnet
> http_access deny all
>

Nice, but I prefer this way:

acl localnet .my.domain.com
http_acces allow localnet

so sorry it's not supported :(

--
                                       Alexander Rainchik
Received on Thu Jul 18 1996 - 02:58:13 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:36 MST