https://github.com/smokku/mydns-ng
MyDNS-NG is the Next Generation DNS Server for fast and scalable sql based DNS services
https://github.com/smokku/mydns-ng
dns dns-server mysql postgresql
Last synced: 3 months ago
JSON representation
MyDNS-NG is the Next Generation DNS Server for fast and scalable sql based DNS services
- Host: GitHub
- URL: https://github.com/smokku/mydns-ng
- Owner: smokku
- License: gpl-2.0
- Created: 2017-03-01T20:55:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T20:26:22.000Z (over 9 years ago)
- Last Synced: 2025-09-26T07:48:15.661Z (9 months ago)
- Topics: dns, dns-server, mysql, postgresql
- Language: C
- Size: 1.89 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
MyDNS - SQL-based DNS server
This is the MyDNS package. MyDNS is a simple, non-recursive Internet
name daemon which serves records directly from an SQL database. It
currently works with either MySQL or PostgreSQL.
This version of the MyDNS package is a development of the original one
produced by Don Moore.
This original package has a homepage on the WWW at the following URL:
http://mydns.bboy.net/
The current package has a homepage on the WWW at the following URL:
http://www.mydns-ng.com
There is a SourceForge project for MyDNS-ng that tracks the changes made
MySQL has a homepage on the WWW at the following URL:
http://www.mysql.com/
PostgreSQL has a homepage on the WWW at the following URL:
http://www.postgresql.org/
Code contributions and input are appreciated. See the TODO file for a
list of things that need to be done.
MyDNS allows internationalization via GNU gettext. Translations
are encouraged and gladly accepted.
If you are looking for the web interface for MyDNS, it's included in
the MyDNS distribution as contrib/admin.php. See contrib/README for
installation instructions.
- 12-May-2004 Don Moore
- 23-January-2009 Howard Wilkinson