0.1.1 • Published 4 years ago

dyndns-client v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

dyndns-client

A client for dyndns-server.

dependency status dev dependency status ISC-licensed

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.