Re: [squid-users] Authentication and IPs

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 16 Sep 2003 14:12:49 +0200 (CEST)

On Tue, 16 Sep 2003, Boniforti Flavio wrote:

> Ok, as I'm about to TEST this structure, I'd like to test it _only_ on
> my computer's IP Address. How may I achieve this?
>
> The final "access line" is:
>
> http_access allow pass
> http_access deny all

acl flavio_pc src ip.of.your.computer
http_access allow flavio_pc pass
http_access deny all

This will allow the user flavio from flavio_pc, deny everyone else.

Regards
Henrik
Received on Tue Sep 16 2003 - 06:12:54 MDT

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