pkgsrc-wip/mydns-mysql/MESSAGE
Geert Hendrickx 0aa34dc916 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).

This package provides the MySQL-based version.
2005-09-09 12:39:00 +00:00

11 lines
491 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/09/09 12:39:00 ghen Exp $
MyDNS uses two tables in a MySQL 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:
${LOCALBASE}/sbin/mydns --create-tables
You can pipe the output right into the mysql(1) client.
===========================================================================