[squid-users] Re: blacklist format

From: Amos Jeffries <squid3@dont-contact.us>
Date: Fri, 28 Sep 2007 10:11:16 +1200 (NZST)

>
> ---------- Forwarded Message -----------
> From: "Daniel Zilli" <daniel@compucentercco.com.br>
> To: Peter Albrecht <peter.albrecht@novell.com>
> Sent: Thu, 27 Sep 2007 10:02:36 -0300
> Subject: Re: [squid-users] blacklist format
>
> I think that i am misunderstanding srcdomain and dstdomain :-)
> Some help here. Which one should i use to build my blacklist ?
>
> Thanks
> Daniel
>

dstdomain - fastest destination blocking ACL around.

  acl to dstdomain .google.com
    - blocks anybody requesting www.google.com, etc.

srcdomain - slightly slower blocking of clients by machine *name*

  acl from srcdomain .dhcp.example.com
    - does rDNS lookup to figure out who client is
    - blocks them if rDNS resolves to 1.2.3.4.dhcp.example.com, etc.

Amos
Received on Thu Sep 27 2007 - 16:11:38 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Oct 01 2007 - 12:00:03 MDT