router-ips
List of common default router IP addresses
Last updated 9 years ago by sindresorhus .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install router-ips 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.0.0                                ...           latest (9 years ago)

4 Versions

  • 1.0.0                                ...           9 years ago
  • 0.3.0                                ...           10 years ago
  • 0.2.0                                ...           10 years ago
  • 0.1.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 55
This Month 83
Last Day 3
Last Week 64
Last Month 471
Dependencies (0)
None
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |