Is there any way to protect against dos by analysing how much connection in a port have been done by an ip and not limit the traffic overall?
For instance, let's say I don't want an ip to do more than 10 http requests per 10seconds, how I can do that? Knowing that there will be no ban if there's 100 requests in 10 seconds and if each requests have a different IP (protection only for DOS and not DDOS).