0.0.10 • Published 6 years ago

dig-trace-parser v0.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Build Status

dig-trace-parser

Parser resulting from the Dig command (+ trace option) created by the node.

npm i dig-trace-parser

Usage

const dig = require('dig-trace-parser')

const ip = async () => ({
  const domain = 'www.example.com';
  const result = await dig(domain);
  console.log(result);  // ['93.184.216.34']
})
0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago