2.0.4 • Published 8 months ago

bare-dns v2.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

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

2.0.3

8 months ago

2.0.4

8 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.5

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago