Repository URL to install this package:
|
Version:
0.5.1 ▾
|
| .. |
| test |
| lib |
| node_modules |
| scripts |
| Makefile |
| README.md |
| .travis.yml |
| index.js |
| LICENSE |
| package.json |
| .npmignore |
| .jshintrc |
Sync/Blocking DNS resolve. Main usecase is in node server startup.
var dnsSync = require('dns-sync'); console.log(dnsSync.resolve('www.paypal.com')); //should return the IP address console.log(dnsSync.resolve('www.yahoo.com')); console.log(dnsSync.resolve('www.non-host.something')); //should return null