0.0.10 • Published 8 years ago

dig-trace-parser v0.0.10

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

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago