dyndns-client

0.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i dyndns-client

Weekly Downloads

1

Version

0.1.1

License

ISC

Unpacked Size

2.78 kB

Total Files

4

Last publish

Collaborators

  • derhuerst