ryanbillingsley / express-ipfilter

A light-weight IP address based connection filtering system
MIT License
109 stars 44 forks source link

I would like to be able to update the ip list of excluded ips #47

Closed noam-arad closed 7 years ago

noam-arad commented 7 years ago

I would like to be able to dynamically change the ips I'm filtering, since this is used as an express middleware if I want to change anything I have to define a whole new express app, since I have more middlewares defined, and I would like to just be able to update this list of ips.

https://github.com/baminteractive/express-ipfilter/pull/48