I'm running locust load test against my server, which has Cloudflare limit of 250 requests per second per IP (user). And I'm hitting that limit with following locust config:
- Users: 100
- RPS is around 100
So, the question arises here is:
Does Locust make use of IP spoofing to bypass the DNS limitations?