Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 650 Bytes

File metadata and controls

24 lines (15 loc) · 650 Bytes

Flaresolverr

Flaresolverr is a proxy server that bypasses Cloudflare protection by solving Javascript challenges.

In this solution, it is going to be integrated with Prowlarr to bypass Cloudflare protection.

Setup

There are no additional setup steps needed to get the container to work correctly.

Connections

This container needs to be connected to the network of Gluetun to access the internet.

network_mode: "service:gluetun"
depends_on:
  - gluetun

References