stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I set that all web pages can't be accessed more than 10 times in one minute based on the code? My website is under attack. There are too many MySQL connections.

bbhxwl opened this issue · comments

Can I set that all web pages can't be accessed more than 10 times in one minute based on the code? My website is under attack. There are too many MySQL connections.