node-red-contrib-ydns 1.0.11
Node-RED node to update dynamic IP on ydns.io - Code by DoDuyCop
node-red-contrib-ydns
Node-RED node to update Dynamic DNS domains on ydns, using its API.
Code by Do Duy Cop
Configuration
All the configuration for the node can be set up on the node itself, or as keys of the injected message (e.g. the "hostname" can be sent through msg.hostname
).
The message-provided configurations have more priority than those defined on the node itself.
- hostname (required): the full domain to update.
- username (required): API Credentials Username.
- secret (required): API Credentials Secret.
Examples
- same duckdns
Changelog
- 1.0.0: initial release
- 1.0.1: add code
- 1.0.2: add gui
- 1.0.3: add help
- 1.0.4-10: fix bug
- 1.0.4-11: final
TODO
- Improve format of node configuration (HTML)