0.0.5 • Published 6 years ago

dns-client v0.0.5

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
6 years ago

DNS Client

This project is an implementation of a DNS record lookup service using Node.js.

Install

npm install dns-client

Usage

let client = new Client();
client.setUpServers(_=>{
    client.on("result",function(data){
        console.log(data)//{answers:[],'name-servers':[],'addtional-records':[]}
        client.close();
    });
    client.resolve("google.com","A");
})
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago