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>.
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:38 MST