yoori / flare-bypasser

Server to bypass CloudFlare protection (solve challenges after Oct 2024)
MIT License
32 stars 11 forks source link

Ability to configure server port #19

Closed gacek1123 closed 4 hours ago

gacek1123 commented 4 hours ago

Is it possible to change the server port? If not, could we get this feature?

yoori commented 4 hours ago

Hi, If you run docker - set port in docker-compose.yml instead 20080 If you run flare_bypass_server, you can pass : -b 0.0.0.0:8080 (replace 8080 with required port)