Skip to content

Instantly share code, notes, and snippets.

@aconbere
Created April 19, 2010 21:58
Show Gist options
  • Save aconbere/371703 to your computer and use it in GitHub Desktop.
Save aconbere/371703 to your computer and use it in GitHub Desktop.
dns.reverse(a, function (err, domains) {
if (err) {
sys.puts('reverse for ' + a + ' failed: ' + err.message);
} else {
sys.puts('reverse for ' + a + ': ' + JSON.stringify(domains));
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment