node-red-contrib-dreamhostdns-updater 1.0.3

Node for updating sub domains in Dreamhost DNS

npm install node-red-contrib-dreamhostdns-updater

DreamHost DNS Updater for Node Red

A Node to call Dreamhost DNS APIs based on DreamHost API Client for Node.js to update DNS entries of subdomain based on current ip address.

Usage

The input node receives ip address and updates the DNS Domain with the ip address msg.payload contains the ip address details

  • payload.publicIPv4 : Public IPv4 Address to use for the domain
  • payload.publicIPv6 : Public IPv6 Address to use for the domain

Output provides the following information in msg.payload

  • payload.error : Boolean value to inform if there was an error
  • payload.errorMsg : If there was an error, the error Message, else empty string
  • payload.updatedIPv4 : If IPv4 was updated
  • payload.updatedIPv6 : If IPv6 was updated

Example Flow

A Sample Flow

This example flow uses node-red-contrib-ip

Node Info

Version: 1.0.3
Updated 5 years, 3 months ago
License: MIT
Rating: not yet rated

Categories

Actions

Rate:

Downloads

3 in the last week

Nodes

  • Dreamhost DNS Updater

Keywords

  • node-red
  • dreamhost
  • dns

Maintainers