0.1.3 • Published 4 years ago

@hyperone/dns-probing v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

h1-dns-probing

A library that allows you to guess popular DNS records without using e.g. zone transfer, access to DNS server configuration.

Build Status

Table of Contents

Requirements

Installation

npm install @hyperone/dns-probing

Examples

const { dnsProbing } = require('@hyperone/dns-probing');

const main = async () => {
  console.log(await dnsProbing('example.com'));
}

Reporting problems and comments

If you encounter any errors with the tool, please report the Issuestab in the repository.

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago