0.2.2 • Published 5 years ago

checkdns v0.2.2

Weekly downloads
25
License
-
Repository
github
Last release
5 years ago

Checkdns

node.js - Resolution of domain names or IP addresses given or from a file.
Node v6+

Installation

$ npm install -g checkdns

Use command line

Help:

checkdns -h

Use:

checkdns github.com [domain2] [domain3] ...
checkdns 204.232.175.90 [IP2] [IP3] ...

With rtype (type any with node v8+):

checkdns github.com -t [cname|ns|txt|aaaa|mx|ptr|any]

Using file: You can use a file with a list of domains. There are separate by return line or ';'.

checkdns -f myFile
checkdns -f myFile -t ...

Usage

var checkdns = require('checkdns');

Resolve a domain:

checkdns.nslookup(domain, rtype);

Resolve domains from a file:

checkdns.nslookupFromFile(file, rtype);
0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

7 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago