zuavra / nginx-ip-whitelister

Backend for ngx_http_auth_request_module that whitelists remote IP address if a key is presented in URL.
MIT License
41 stars 3 forks source link

Auto-blacklist for too many failures #17

Open zuavra opened 12 months ago

zuavra commented 12 months ago

Maintain a blacklist that will be auto-populated when too many rejected requests are made from the same IP.

zuavra commented 4 months ago

I'm putting this on hold indefinitely for now because it feels out of scope and can probably be achieved with other tools.