The Berkeley Internet Name Domain (BIND) implements an Internet name server for Unix operating systems. It is the most widely used DNS server on the Internet. It was originally created by University of California at Berkeley graduate students, and included in a distribution of BSD. Various versions of bind have significant security issues some of which are described here
ISC-BIND is covered in SourceLabs Self-support Suite for Linux and Open Source Java
Bind is the defacto DNS server out there, and the bind-dlz extensions enhances it even further by providing support for database backends. This simplifies the management of thousands of zones, and provides added redundancy (by way of database replication) and opens the doors for web frontends that ease this even more.
Bind DLZ on Rails is built based on our experience of managing thousands of DNS records through various (often crude) techniques, that included building zone files from databases via cron, and implementing PowerDNS for its database backends.
Nothing we tried seemed convincing, and we opted to go back to Bind using bind-dlz on a MySQL 5.0 backend. Using Rails 2 for a interface just makes sense because we can build a rich interface and an REST API in a single go. We have a lot of integration needs, and this was our main driver.