[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-chat
Subject:    Re: Blacklist dns help
From:       Benjamin Lutz <mail () maxlor ! com>
Date:       2007-05-09 21:24:55
Message-ID: 200705092324.59022.mail () maxlor ! com
[Download RAW message or body]


On Tuesday 08 May 2007 17:00, Benjamin Adams wrote:
> I'm trying to create a blacklist.zone in my dns records for blacking
> spam.  Anyone know where I can find a tutorial for this?

This is really straightforward. Create a file "/etc/namedb/blackhole.db" 
that contains the following (without the -----):

-----
@               1D IN SOA       @ root.intranet. (
                                42              ; serial (d. adams)
                                3H              ; refresh
                                15M             ; retry
                                1W              ; expiry
                                1D )            ; minimum
                1D IN NS        @
-----

ie, an empty DNS db file. Now, for every DNS name you want to blacklist, 
in your /etc/namedb/named.conf create an entry like the following:

-----
zone "doubleclick.net" { type master; file "blackhole.db"; };
zone "advertising.com" { type master; file "blackhole.db"; };
zone "popupad.net" { type master; file "blackhole.db"; };
-----

Now restart named and you're done.

Cheers
Benjamin

[Attachment #3 (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic