Skip to content

A simple api that runs within a container that returns user-agent and cookies

Notifications You must be signed in to change notification settings

frederik-uni/docker-cloudflare-bypasser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-cloudflare-bypasser

A simple api that runs within a container that returns user-agent and cookies

docker run -p 8000:8000 frederikuni/docker-cloudflare-bypasser:latest



curl -X POST "http://127.0.0.1:8000/bypass-cloudflare" \
     -H "Content-Type: application/json" \
     -d '{"url": "https://nopecha.com/demo/cloudflare"}'