namecheap-dynamic-dns
v1.0.3
Published
This is an implementation of Namecheap Dynamic DNS in Node.js.
Readme
Namecheap - Dynamic DNS Updater
This is an implementation of Namecheap Dynamic DNS in Node.js.
Installation
- Run:
npm i -g namecheap-dynamic-dns
cd /usr/lib/node_modules/namecheap-dynamic-dns/ # Or wherever your global modules are installed.
cp .env.example .env- Fill the information in the .env file.
- host: @ (or the subdomain that you want to update).
- domain: yourdomain.tld.
- password: Dynamic DNS password.
- Run:
./dns.js