Files
haproxy-protection/README.MD
2021-06-07 23:44:39 +03:00

476 B

HaProxy DDoS protection system PoC

If there is an unusual HTTP requests flow to a specific domain, the system detects it and triggers DDoS protection mode. Each new client will be first forced to complete hCaptcha, before proceeding to the website.

How to test
  • export hcaptcha sitekey and secret:
export HCAPTCHA_SITEKEY=xxxXXxxx
export HCAPTCHA_SECRET=xxxXXxxx
  • run docker compose:
docker compose up