udp-ip
v1.0.0
Published
get my ip by udp, inspired from python
Downloads
1
Readme
udp-ip
get my ip by udp, inspired from python
usage
const udp_ip = require('udp-ip')
udp_ip().then(console.log).catch(console.log)
// { address: '192.168.3.20', family: 'IPv4', port: 42507 }
test
npm test