RE: [squid-users] Squid trying to connect to smtp

From: Robert Collins <robertc@dont-contact.us>
Date: 13 Jan 2003 12:00:51 +1100

On Mon, 2003-01-13 at 11:52, Jay Turner wrote:
> >acl my_networks src your.local.network.address/mask
> >http_access deny !my_networks
>
> Just out of interest, why wouldn't you use:
>
> acl my_networks src your.local.network.address/mask
> http_access allow my_networks
> http_access deny all
>
> Do these both not acheive the same outcome?

No.

The former is more flexible - it restricts non local traffic, without
allowing local traffic.

So you can then apply further acls - like authentication, porn blocking
etc.

Rob

-- 
GPG key available at: <http://users.bigpond.net.au/robertc/keys.txt>.

Received on Sun Jan 12 2003 - 18:00:58 MST

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