Skip to content

Instantly share code, notes, and snippets.

@monjer
Created July 7, 2022 06:42
Show Gist options
  • Save monjer/be3d877a88a6606a39780fcf76b6509c to your computer and use it in GitHub Desktop.
Save monjer/be3d877a88a6606a39780fcf76b6509c to your computer and use it in GitHub Desktop.
Get local ip
var ip = require('ip');
export default () => ip.address()
@monjer
Copy link
Author

monjer commented Jul 7, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment