0.1.3 • Published 10 years ago

visual-ddns v0.1.3

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

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

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago