0.0.10 • Published 7 years ago

dig-trace-parser v0.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago