marcosbarbero / spring-cloud-zuul-ratelimit

Rate limit auto-configure for Spring Cloud Netflix Zuul

Home Page:https://blog.marcosbarbero.com/spring-cloud-netflix-zuul-rate-limit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP Deny List

marcosbarbero opened this issue · comments

As discussed at #259 it would be good to have an Origin Deny list.

Solution
Create a new property that accepts a list of IPs or domains and the filters should block any request from the listed origins, the response code can also be configurable.