router-ips

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i router-ips

Weekly Downloads

87,277

Version

1.0.0

License

MIT

Last publish

Collaborators

  • sindresorhus