stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way I can save IPs who are exceeding requests?

Ikinidae opened this issue · comments

Hi @stefanprodan! First of all thanks for your project, is super useful! I'm here because I would like to save in a txt the IP of the client whose calls have been blocked because exceeded the limit. Is there a way I can do this?
Thank you in advance to anyone who will answer <3

@Ikinidae , you can use logging for that.