top | item 43864271

(no title)

Ocha | 10 months ago

Rate limit according to what? It was 35k residential IPs. Rate limit would end up keeping real users out.

discuss

order

linsomniac|10 months ago

Rate limit according to destination URL (the expensive ones), not source IP.

If you have expensive URLs that you can't serve more than, say 3 of at a time, or 100 of per minute, NOT rate limiting them will end up keeping real users out simply because of the lack of resources.

danielheath|10 months ago

Right - but if you have, say, 1000 real user requests for those endpoints daily, and thirty million bot requests for those endpoints, the practical upshot of this approach is that none of the real users get to access that endpoint.

pluto_modadic|10 months ago

this feels like something /you can do on your servers/, and that other folks with resource constraints (like time, budget, or the hardware they have) find anubis valuable.