Skip to content

derhuerst/dyndns-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dyndns-client

A client for dyndns-server.

dependency status dev dependency status ISC-licensed chat on gitter support me on Patreon

Installing

npm install dyndns-client

Usage

const dyndns = require('dyndns-client')('dyndns-server.example.org', 8053, '<key>')

dyndns('A', '127.0.0.1').then(/* … */)
dyndns('AAAA', '::1').then(/* … */)

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

About

A client for derhuerst/dyndns-server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published