dns-debug
v0.1.0
Published
Monkey-patch for dns to enable some logging when NODE_DEBUG=dns
Downloads
2
Readme
dns-debug
Monkey-patches Node.js dns module to add some NODE_DEBUG=dns logging.
Usage
var dns = require("dns-debug")
Try running sample.js
like this:
$ NODE_DEBUG=dns node sample.js