1.0.8 • Published 3 years ago

node-red-contrib-name2ipv4 v1.0.8

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

Gets the IP of a domain name. The IP version 4 not v6.

  • If in msg.payload there's a .domain_name:string, it overrides the domain_name setup in the config box Name.
  • If in msg.payload there's a .dns_ip:string, it overrides the DNS IP setup in the config box DNS IP.

Returns the data in msg.payload :

{
  ok: boolean,
  error: errortxt,
  dns_ip: ip,
  domain: domain,
  ip: ip
}

Uses by default the DNSs of the OS, but you can specify a different one in the config box DNS.

name2ipv4(v1.0.8)

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago