This proxy server provides a reliable method to bypass Cloudflare and DDoS-GUARD protections by simulating a real user environment. When a request is received, it launches a headless Chrome browser to navigate the target URL, automatically waiting until the anti-bot challenge is solved. Once cleared, it extracts the page's HTML code and session cookies, returning them to the user for use in other HTTP clients.
Key benefits and features include:
services:
flaresolverr:
image: flaresolverr/flaresolverr:latest
container_name: flaresolverr
environment:
- LOG_LEVEL=info
- LOG_HTML=false
- CAPTCHA_SOLVER=none
- TZ=Europe/London
- HEADLESS=true
ports:
- "8191:8191"
restart: unless-stopped# No sensitive credentials are required for the default FlareSolverr configuration.
# If you enable a specific CAPTCHA_SOLVER (e.g. hcaptcha), you would define secrets here.Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago