Re: [squid-users] How can I do this

From: Colin Campbell <sgcccdc@dont-contact.us>
Date: Fri, 20 Sep 2002 09:04:11 +1000 (EST)

Hi,

On Thu, 19 Sep 2002 t20384@gecyt.cu wrote:

> Hi Friends.
>
> How can i doing that squid allow every machine in my local
> network, but i want to allow connected this pc with
> addrees IP, this are write in a file, ipslocal, for
> exmaple.
>
> 172.16.1.12
> 172.16.1.13
>
>
> only the machine computer 172.16.1.12 and .13 they can
> connected to the squid.

I think you want something like

        acl goodies src "/some/where/ipslocal"

        http_access allow goodies

and /some/where/ipslocal contains the IPs, one per line, eg

        172.16.1.12
        172.16.1.13

Colin

--
Colin Campbell
Unix Support/Postmaster/Hostmaster
CITEC
+61 7 3227 6334
Received on Thu Sep 19 2002 - 17:16:07 MDT

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