This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

dig-trace-parser
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

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']
})

Readme

Keywords

Package Sidebar

Install

npm i dig-trace-parser

Weekly Downloads

9

Version

0.0.10

License

MIT

Unpacked Size

3.28 kB

Total Files

4

Last publish

Collaborators

  • sunecosuri