Skip to content

Instantly share code, notes, and snippets.

@mehmetbalbay
Created October 11, 2020 13:57
Show Gist options
  • Save mehmetbalbay/babcaeac36da161c60963cbdd6355138 to your computer and use it in GitHub Desktop.
Save mehmetbalbay/babcaeac36da161c60963cbdd6355138 to your computer and use it in GitHub Desktop.
require('dns').lookup(require('os').hostname(), function (err, add, fam) {
console.log('addr: '+add);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment