0.0.2 • Published 7 years ago

node-mydns v0.0.2

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

node-mydns

Build Status

Notifying your global IP address to MyDNS.jp automatically.

Notified only when satisfying the following cases:

  • the IP address has been changed since last time
  • or, over 48 hours since latest notification

Installation

$ npm install -g node-mydns

Usage

Edit your crontab.

$ crontab -e

And input the following text there.

*/5 * * * * updatemydns -u <your master ID> -p <your password>

License

MIT