MyDNS is a free DNS server for UNIX. MyDNS was implemented from scratch and is designed to serve records directly from an SQL database (currently either MySQL or PostgreSQL).
Its primary objectives are security, interoperability, stability, and speed, though not necessarily in that order.
Requirements:
· MySQL
What's New in This Release: [ read full changelog ]
· Implemented RFC 2136 (DNS UPDATE). See the manual for usage instructions.
· Fixed minor bug in admin.php where if db_get_settings() failed, it might display an error message without consistent formatting.
· Added two additional fields to the --verbose query log. The opcode of the query (QUERY or UPDATE), and a quoted field containing a description of the UPDATE performed, if the opcode was UPDATE.
· Updated contrib/stats.php to handle new log fields.
· Fixed bug in --dump-config -- if present, fields without default values ("no-listen", "soa-where", "rr-where", and "recursive") were not being dumped.
· Made --dump-config dump ALL possible configuration options, even if no value was originally specified. As such, MyDNS will no longer warn the user when a config option doesn't have a value. It will be silently ignored.
· Including after a suggestion by Christian Tschenett, to help things out on 64-bit platforms like OSX. If this creates problems on your platform, please let me know.
· Modified a...