Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.42 KB

File metadata and controls

35 lines (22 loc) · 1.42 KB

Proxy Checker

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! 😅

About

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!

Features

  • Checks a list of proxies for basic connectivity
  • Uses curl for HTTP requests
  • Basic, beginner-friendly scripting

Usage

  1. Clone the repository:
    git clone https://github.com/ItzmeJan/proxy-checker.git
    cd proxy-checker
  2. Make sure you have curl installed.
  3. Run the script according to your environment and instructions in the code.

Why does this exist?

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.

License

Feel free to use, modify, or laugh at this code. No copyright claimed.


Remember: Your learning projects matter—keep experimenting and growing! 🚀