dnsmadeeasy-dynamic-dns
v1.0.1
Published
This is an implementation of DNSMadeEasy Dynamic DNS in Node.js.
Downloads
5
Readme
DNS MADE EASY - Dynamic DNS Updater
This is an implementation of DNSMadeEasy Dynamic DNS in Node.js.
Installation
- Run:
npm i -g dnsmadeeasy-dynamic-dns
cp .env.example .env
- Fill the information in the .env file.
- username: The username you use to log into DNS Made Easy.
- password: The password you use to log into DNS Made Easy (or per record password if configured).
- ids: The id or the ids (comma-separated) of the records that you want to update.
- Run:
./dns.js