Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seedr Drive Logo

Cloudflare - Proxy IP Tester

Single-file Cloudflare Worker that tests proxy IPs by country and ranks them by actual TCP connect time.


🔎 Features

  • Covering 65+ regions
  • Real edge-to-node TCP latency
  • Concurrent testing

📸 Screenshots

Screenshot

📚 How it works

  • GET / — serves the UI.
  • GET /api/proxies?cc=US — pulls a plaintext IP:port list for the given country code from a GitHub repo and parses it into JSON.
  • GET /api/ping?ip=&port= — opens a raw socket with connect(), races it against a 2s timeout.

⚙️ Deploy

  • Create a Cloudflare account.
  • Navigate to Workers & Pages > Create > Create Worker.
  • Deploy the worker by clicking Deploy.
  • Edit the code by clicking Edit Code.
  • Upload worker.js into Cloudflare.
  • Finally, Deploy.

Deploy to Cloudflare Workers


🙏 Credits

A huge thanks to NiREvil/vless for maintaining and providing the extensive, up-to-date lists of country-specific proxy IPs used by this tester.


🤝 Contributing

Contributions are welcome! Feel free to submit a pull request or report an issue.


📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Single-file Cloudflare Worker that tests proxy IPs by country and ranks them by actual TCP connect time.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages