koa-ip

Ip filter middleware for koa, support `whitelist` and `blacklist`.

ip-filter

Validates given IPs (IPv4 and IPv6) using [micromatch][] - glob patterns, RegExp, string or array of globs. If match returns the IP, otherwise null.

express-ip-filter

Middleware for [express][] that filters IPs against glob patterns, RegExp, string or array of globs. Support custom `403 Forbidden` message, blacklists, whitelists and custom ID.

koa-ip-geo

IP and GeoLocation filter middleware for koa, support allow lists and block lists.