visual-ddns

v0.1.3
VisualDNS.net DDNS node.js client. Update NS entries based on your public IP
ddns visualdns dns dynamic home server

node-visual-ddns

Dynamic DNS register for VisualDNS.net

It was specifically implemented in order to update the A entries based on the current Internet public IP. Ideally for home servers

Installation

You must have previously installed node.js

$ npm install -g visual-ddns

Usage

Create the config file

{
  "token": "<VisualDNS API token>",
  "domains": [
    { "name": "mydomain.net", "type": "A", "TTL": 3600 }
  ]
}

Usage

$ visual-ddns -c config.json

Scheudle it in crontab every 15 minutes

*/15 * * * * visual-ddns -c /etc/visual-ddns/config.json >> /var/log/visual-ddns.log

License

MIT © Tomas Aparicio

npm i visual-ddns

Metadata

  • Unknown
  • >= 0.10.0
  • Tomas Aparicio
  • released 6/22/2014

Downloads

Maintainers