-
Notifications
You must be signed in to change notification settings - Fork 94
Cloudflare Challenges and Flaresolverr Integration with Cumination
Starting from version 1.1.85, Cumination now offers support to bypass Cloudflare Challenges. Some websites use Cloudflare Challenges as a protection mechanism to prevent unwanted access. When using Cumination, these challenges prevent users from accessing content on such websites through regular requests. However, with the integration of Flaresolverr, it's now possible to visit those sites and access the content.
- Navigate to the Cumination settings.
- Under the "Advanced" section, find "Flaresolverr".
- Enable Flaresolverr support.
- Enter the host address where Flaresolverr is running, e.g.,
http://192.168.0.1:8191/v1
.
While Flaresolverr offers a solution to bypass Cloudflare challenges, it's essential to understand that not all sites previously inaccessible due to Cloudflare will be guaranteed to work. However, most sites that previously didn't work, such as Spankbang or Luxuretv, should now be accessible.
Flaresolverr is a proxy server designed to bypass Cloudflare and DDoS-GUARD protection. It works by starting a proxy server that waits for user requests. Upon receiving a request, it uses Selenium with the undetected-chromedriver to create a web browser (Chrome) session. This session then accesses the URL with user parameters and waits until the Cloudflare challenge is solved. Once solved, the HTML code and cookies are sent back to the user, allowing them to bypass Cloudflare challenges using other HTTP clients.
- Docker images for Flaresolverr are available on GitHub Registry and DockerHub.
- Supported architectures include x86linux/386, x86-64linux/amd64, ARM32linux/arm/v7, and ARM64linux/arm64.
- To start the container using docker-compose, clone the Flaresolverr repository and execute:
docker-compose up -d
- Alternatively, you can use the docker CLI with the following command:
docker run -d \
--name=flaresolverr \
-p 8191:8191 \
-e LOG_LEVEL=info \
--restart unless-stopped \
ghcr.io/flaresolverr/flaresolverr:latest
- Precompiled binaries are available for x64 architecture on the release's page.
- Download and execute the Flaresolverr binary. Configuration can be changed using environment variables.
- Kodi Flaresolverr Autostarter For Windows