1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 03:21:12 +08:00
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
2024-11-14 23:32:30 +08:00
2024-11-14 23:32:30 +08:00

FlareSolverr

FlareSolverr 是一个代理服务器,旨在绕过 Cloudflare 和 DDoS-GUARD 的保护机制。

工作原理

FlareSolverr 启动一个代理服务器,处于空闲状态,消耗极少的资源,等待用户请求。一旦收到请求,它会使用 Selenium 配合 undetected-chromedriver 启动一个浏览器Chrome并使用用户提供的参数打开 URL。然后它会等待 Cloudflare 验证被解决或者超时。一旦解决HTML 代码和相关的 Cookies 将会返回给用户,这些 Cookies 可以用来通过其他 HTTP 客户端绕过 Cloudflare 的保护。

注意Web 浏览器会消耗大量内存。如果你的机器内存较少,请避免同时发送过多请求。每个请求都会启动一个新的浏览器实例。

FlareSolverr 还支持使用持久会话。如果使用会话,确保在使用完之后关闭会话,以节省资源。