0.1.1 • Published 7 years ago

simple-dynamic-dns-client v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

#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 NameDescriptionType
intervalThe period of time to wait between checking for an updated ip address in msInteger
domainsThe domains and hosts to update upon an address changeArray<{name: String, hosts: Array<String>}>
passwordThe password to authenticate against dynamicdns.park-your-domain.comString

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