Skip to content

symi/simple-dynamic-dns-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-dynamic-dns-client

A simple dynamic DNS client written in Node.js. Supporting Node.js v4.2+.

Uses dynamicdns.park-your-domain.com to update the dynamic dns domain record.

Installation

npm install simple-dynamic-dns-client

Configuration

Create a config.json file containing (see template for example):

Property Name Description Type
interval The period of time to wait between checking for an updated ip address in ms Integer
domains The domains and hosts to update upon an address change Array<{name: String, hosts: Array<String>}>
password The password to authenticate against dynamicdns.park-your-domain.com String

Recommended Usage

It is recommended that a process manager (i.e. pm2) is used to keep the client constantly running.

About

Node dynamic DNS client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published