https://github.com/dwighthubbard/mydns-dhubbard
Repository containing the mydns source
https://github.com/dwighthubbard/mydns-dhubbard
Last synced: 4 months ago
JSON representation
Repository containing the mydns source
- Host: GitHub
- URL: https://github.com/dwighthubbard/mydns-dhubbard
- Owner: dwighthubbard
- License: gpl-2.0
- Created: 2012-06-13T05:12:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-13T05:15:44.000Z (about 13 years ago)
- Last Synced: 2025-01-12T19:48:20.866Z (5 months ago)
- Language: C
- Size: 831 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
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 package has a homepage on the WWW at the following URL:
http://mydns.bboy.net/
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. Send translations to the author
at .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