duckdns
An another updater tool & lib for DuckDNS.
Table of Contents
Installation
# for projects $ npm i duckdns --save # for cli tool $ npm i duckdns -g
Lib Usage
const clear updateIpAddress = ; { const res = await ; console;};
CLI Usage
# simple usage $ duckdns --token abc --ip 0.0.0.0 --domain just4test # show help $ duckdns --help