This is an implementation of DNSMadeEasy Dynamic DNS in Node.js.
- 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