npm.io
2.1.4 • Published 10 months ago

bare-dns

Licence
Apache-2.0
Version
2.1.4
Deps
0
Size
3.3 MB
Vulns
0
Weekly
0
Stars
4

bare-dns

Domain name resolution for JavaScript.

npm i bare-dns

Usage

const dns = require('bare-dns')

dns.lookup('github.com', (err, address, family) => {
  console.log(address, family)
})

License

Apache-2.0