Added node dtdns updater

This commit is contained in:
plane000
2018-06-15 11:30:02 +01:00
parent 41e3824033
commit 64bff29fd0
8 changed files with 1512 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# node-dtdns-updater
This is a simple Client Updater for [DtDNS.com](http://dtdns.com).
Install the dependencies with : `npm install`
Launch it with : `node index.js`
With the `-v` argument it logs everything.
The first time the program launches, a `config.json` file will be created, you'll have to configure your DtDNS credentials and the update delay.
In ip, leave `""` to point to the current ip.
See [DtDNS api info](https://www.dtdns.com/dtsite/updatespec) for more info.
## License
MIT (SEE LICENSE FILE)