pkgsrc/net/mydns-pgsql/MESSAGE
minskim a51ec216f4 Import mydns-pgsql from pkgsrc-wip. Packaged by Geert Hendrickx, and
slightly modified by me.

MyDNS is a free DNS server for UNIX.  It was implemented from scratch
and is designed to serve records directly from an SQL database
(currently either MySQL or PostgreSQL).

Its primary objectives are stability, security, interoperability, and
speed, though not necessarily in that order.

MyDNS does not include recursive name service, nor a resolver library.
It is primarily designed for organizations with many zones and/or
resource records who desire the ability to perform real-time dynamic
updates on their DNS data via MySQL.

MyDNS starts and is ready to answer questions immediately, no matter
how much DNS data you have in the database.  It is very fast and
memory- efficient.  It includes complete documentation, including a
manual and a FAQ.

MyDNS supports a few frills, including round robin DNS, dynamic load
balancing, and outgoing AXFR for non-MyDNS nameservers.

MyDNS is licensed under the GNU General Public License.

This package provides the PostgreSQL-based version.
2005-10-29 16:56:15 +00:00

11 lines
495 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/10/29 16:56:15 minskim Exp $
MyDNS uses two tables in a PostgreSQL database: "soa" and "rr" (you can
change this in ${PKG_SYSCONFDIR}/mydns.conf if you want). MyDNS can give the
commands to generate these tables:
${PREFIX}/sbin/mydns --create-tables
You can pipe the output right into the psql(1) client.
===========================================================================