stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] An event trigger that runs when an ip address is blocked

b68h4 opened this issue · comments

Hello;

I need an event trigger that will run when an ip address exceeds the rate limit.

So I'm thinking of logging the blocked ip address and temporarily banning it from the firewall.