You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Chazot bd1233ba46
Début du projet
2 years ago
..
index.js Début du projet 2 years ago
license Début du projet 2 years ago
package.json Début du projet 2 years ago
readme.md Début du projet 2 years ago
router-ips.json Début du projet 2 years ago

readme.md

router-ips Build Status

List of common default router IP addresses

The list is just a JSON file and can be used anywhere.

Install

$ npm install --save router-ips

Usage

const routerIps = require('router-ips');

console.log(routerIps.has('192.168.0.1'));
//=> true

API

routerIps

Type: Set

License

MIT © Sindre Sorhus