Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

router-ips

sindresorhus571.8kMIT2.0.0TypeScript support: included

List of common default router IP addresses

word, words, list, array, json, ip, ips, address, addresses, router, default

readme

router-ips

List of common default router IP addresses

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

Install

npm install router-ips

Usage

import routerIps from 'router-ips';

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

API

routerIps

Type: Set