0.0.5 • Published 9 years ago

netface v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

##Netface

Returns a dictionary of your external facing IPv4 addresses

###Usage

var netface = require('netface');

var address = netface();
console.log(address);

This will output a sample

{ en0: '10.10.01.17', vboxnet0: '192.168.00.1' } 
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago