Skip to content

Node.js native-dns implementation with MySQL persistance

Notifications You must be signed in to change notification settings

micloud/mysql-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Company: MiTAC
Organization: MiCloud

This is a project for combine DNS record to MySQL DB.
Before totally work, you need to create a ns record to point to your server that create by the project.
And you also need to configure the $PRJ_HOME/conf/default.js to point the MySQL.
The $PRJ_HOME/sql/*.sql are the default schema for create database table.

This project is implement by the native-dns. Thanks the author!

This is donate by MiCloud team for contribute to the Node.js community of Taiwan.

Installation:
npm install mysql-dns

Start service:
$ node dnsserver.js

Stop service:(Just kill the running process)
$ kill -9 `ps -ef |grep dnsserver.js | awk '{print $2}'`

About

Node.js native-dns implementation with MySQL persistance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published