[rbldnsd] A record for base DN

Michael Tokarev rbldnsd@corpit.ru
Fri, 01 Aug 2003 02:16:28 +0400


Vincent Schonau wrote:
> I may be missing something, but from the documentation I can't find a
> way to add an A record to the base DN of a zone (such as e.g.
> blackholes.easynet.nl has) to a zone.

Use `generic' dataset together with your favorite ip4set or dnset, e.g:

rbldnsd ... \
   blackholes.easynet.nl:ip4set:blackholes.ips \
   blackholes.easynet.nl:generic:blackholes.generic \
   ...

and put

  @ A 127.0.0.2

in blackholes.generic file (probably together with other stuff such
as $SOA etc).

/mjt