Skip to content

Instantly share code, notes, and snippets.

@revenkroz
Created August 11, 2020 14:04
Show Gist options
  • Save revenkroz/f2dd8c84bb7f991ab0862e2f226a1ce3 to your computer and use it in GitHub Desktop.
Save revenkroz/f2dd8c84bb7f991ab0862e2f226a1ce3 to your computer and use it in GitHub Desktop.
Get local ip
console.log(require('address').ip()); // 10.0.10.134
console.log(require('default-gateway').v4.sync()); // { gateway: '10.0.10.129', interface: null }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment