$ cnpm install router-ips
List of common default router IP addresses
The list is just a JSON file and can be used anywhere.
$ npm install --save router-ips
const routerIps = require('router-ips');
console.log(routerIps.has('192.168.0.1'));
//=> true
Type: Set
MIT © Sindre Sorhus
Copyright 2013 - present © cnpmjs.org | Home |