Disclaimer: This was written when I was just starting out! I know it's not efficient, not especially useful, and it uses
curl
in ways that make experienced developers cringe. But hey—it's part of the learning process, and that's what matters! 😅
This project is a simple proxy checker I made as part of my early programming journey. It's here for nostalgia, learning, and maybe even a few laughs. If you're looking for production-ready code or a super-efficient solution, this probably isn't it. But if you want to see how everyone starts somewhere, or you want a basic reference for working with proxies and curl
, you're in the right place!
- Checks a list of proxies for basic connectivity
- Uses
curl
for HTTP requests - Basic, beginner-friendly scripting
- Clone the repository:
git clone https://github.com/ItzmeJan/proxy-checker.git cd proxy-checker
- Make sure you have
curl
installed. - Run the script according to your environment and instructions in the code.
Everyone starts somewhere! I made this when I was a kid, learning how scripts work, how to use curl
, and what proxies even are. It's not about being perfect—it's about progress.
Feel free to use, modify, or laugh at this code. No copyright claimed.
Remember: Your learning projects matter—keep experimenting and growing! 🚀