/sqldjbdns

An authoritative DNS server that pulls its data directly from a set of SQL tables

Primary LanguageC

sqldjbdns
SQL DNS server based on djbdns
Bruce Guenter <bruceg@em.ca>
Version 0.70
2000-11-16

Sqldjbdns is an authoritative DNS server that pulls its data directly
from a set of SQL tables.  It supports fully dynamic A, MX, TXT, and PTR
records, and run-time configurable static NS and SOA records.  It also
supports schedule expiry and introduction of records.

At the moment, only PostgreSQL is supported, but support for other SQL
standard databases and different table schemas should be fairly easy to
add.  The RPM does not install in a ready-to-run form.

To build the package, you need to unpack and build the djbdns-1.02
package inside the build directory of sqldjbdns by downloading the
djbdns-1.02.tar.gz package and running:
	gzip -dc djbdns-1.02.tar.gz | tar -xf -
	make -C djbdns-1.02
Then run "make" in the build directory of sqldjbdns.

A mailing list has been set up to discuss this package.  To subscribe,
send an email to:
	bgware-subscribe@lists.em.ca

Development versions of sqldjbdns are available via anonymous CVS.
Set your CVSROOT to ":pserver:cvs@bruce-guenter.dyndns.org:/CVS",
login with an empty password, and check out the sqldjbdns module.

This program is Copyright(C) 2000 Bruce Guenter, and may be copied
according to the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 or a later
version.  A copy of this license is included with this package.  This
package comes with no warranty of any kind.