Socket
Book a DemoInstallSign in
Socket

node-red-contrib-dnsquery

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-dnsquery

Gets the DNS records of a given type of a domain name.

1.0.7
latest
Source
npmnpm
Version published
Weekly downloads
30
25%
Maintainers
1
Weekly downloads
 
Created
Source

Gets the DNS records of a given type of a domain name.

By default this node gets the A records, but other record types can be queried. The "ANY" record type should return ALL available records (but unfortunately doesn't always work).

  • If in msg.payload there's a .domain_name:string, it overrides the domain_name setup in the config box Domain Name.
  • If in msg.payload there's a .record_type:string, it overrides the record_type setup in the config box Record Type.
  • 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 with following content:

{
   ok:boolean,
   error:errortxt,
   dns_ip: dns_ip,
   domain:domain,
   type:record_type,
   answer:[
      records
   ]
}

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

Example:

example example example

Keywords

node-red

FAQs

Package last updated on 14 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.