Simple node app for dynamically updating domeneshop DNS to whatever your external IPv4 address is.
- node.js
- domeneshop.js
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone [email protected]:jvik/domeneshop-dynamicdns.git
- Install NPM packages
npm install
I recommend running the process with docker-compose to keep it alive in the background. You can also use pm2 or similar process managers.
$ docker-compose up
Distributed under the WTFPL License. See LICENSE
for more information.