Skip to content

JorgenEvens/node-ddns-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-ddns-server

A DNS server that allows you to host your own dyndns domain. With a RESTful OAuth2 API.

Client implementation

A client written in Go is available at https://github.com/JorgenEvens/ddns-client

Installing

git clone https://github.com/JorgenEvens/node-ddns-server.git
cd node-ddns-server
npm install
node src

Configuration

The options in the src/config.json file should be self explanatory. Further documentation will be added in the future.

Database

If you have configured a correct connectionstring in the src/config.json file, then all tables should be generated for you.

For more information on the connectionstring please see the SequelizeJS Documentation.

About

A DNS server that allows you to host your own dyndns domain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published