# router-ips

> List of common default router IP addresses

The list is just a [JSON file](router-ips.json) and can be used anywhere.

## Install

```sh
npm install router-ips
```

## Usage

```js
import routerIps from 'router-ips';

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

## API

### routerIps

Type: `Set`
