[rbldnsd] Docs?

Bob Apthorpe cbfgfgbfcnzy at cynistar.net
Fri Oct 24 07:02:29 MSD 2008


Hi,

Eric Langheinrich wrote:
> Depending on your needs, if you are trying to run rbldnsd so that the local
> machine can query against a sync'd zone rather than querying the parent
> servers, you can run rbldnsd on a loopback interface. 
>  
> It really depends on if you need external machines to be able to query both
> rbldnsd and your dns server.

Here's a snippet from /etc/bind/named.conf.local to forward DNSBL
queries to rbldnsd from within BIND:

zone "dnsbl.example.com" IN {
        type forward;
        forward first;
        forwarders {
        127.0.0.1 port 8053;
        };
};

Set rbldnsd to listen on port 8053 on 127.0.0.1 (loopback), configure it
to answer queries for dnsbl.example.com, and the config fragment above
should work for you.

I'm using Ubuntu; add that snippet to whatever your OS interprets as
named.conf; if you're not using BIND, I can't help :)

-- Bob


More information about the rbldnsd mailing list