Skip to content

Simple duckdns.org updater windows service made in Nodejs 8+

Notifications You must be signed in to change notification settings

nitzzzu/duckdns-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duckdns-updater

Simple DuckDns.org updater windows service.

To install it:

  • Run git clone https://github.com/nitzzzu/duckdns-updater.git
  • Run npm install
  • Create configuration file config.js:
module.exports = {
    DUCKDNSDOMAIN: '',
    DUCKDNSTOKEN: ''
};
  • Run node app install or install-service.bat
  • Enjoy!

About

Simple duckdns.org updater windows service made in Nodejs 8+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published