node-mydns
v0.0.2
Published
Auto updater for MyDNS.jp.
Downloads
8
Readme
node-mydns
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