1.0.4 • Published 5 years ago

binternalip v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Browers side get User's Internal IP

install

npm install --save binternalip
// or
yarn add binternalip

how to use

import binternalip from 'binternalip';

// ...

binternalip
  .then(function (internalIP) {
    console.log('interanlIP => ' + internalIP)
    // interanlIP => 10.xx.xx.xxx
  })

Browsers support check!!!

canisue search "RTCPeerConnection"

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago