Earlier quoted context omitted.
Cloudflare exists out of necessity for the most part. The alternatives to shield from large scale DDoS are all US American too.
> Cloudflare exists out of necessity for the most part. I agree with this, there don't seem to be that much self-hosted software that someone could (easily) setup for the use cases that Cloudflare serves. > The alternatives to shield from large scale DDoS are all US American too. Not only that, but the WAF functionality is also pretty useful. To be honest, the same applies to something like wanting to have CAPTCHAs o…
WAFs are heuristics at best. If what you're running on your server is actually secure, you don't need a WAF. If it's not secure, the WAF is guaranteed to let through at least one attack.
CAPTCHAs are difficult. Try to avoid depending on them, but it's fair to use a third-party service if you need one. hCaptcha is pretty easy to integrate right now.