A completely automated, free proxy list repository. Scraped from public sources, validated, and updated every 1 minute via GitHub Actions.
- Automated Updates: The list is refreshed every 1 minute automatically.
- Multiple Protocols: Includes HTTP, SOCKS4, and SOCKS5 proxies.
- Clean Format: Proxies are saved in
IP:PORTformat, ready to use in any software. - High Availability: Hosted on GitHub, ensuring fast and reliable access to the raw text files.
You can use the Raw links below to integrate these lists directly into your software, bots, or scripts.
| Protocol | Status | Raw Link (Click to Copy) |
|---|---|---|
| HTTP | π’ Active | https://raw.githubusercontent.com/komutan234/Proxy-List-Free/main/proxies/http.txt |
| SOCKS4 | π’ Active | https://raw.githubusercontent.com/komutan234/Proxy-List-Free/main/proxies/socks4.txt |
| SOCKS5 | π’ Active | https://raw.githubusercontent.com/komutan234/Proxy-List-Free/main/proxies/socks5.txt |
import requests
url = "https://raw.githubusercontent.com/komutan234/Proxy-List-Free/main/proxies/http.txt"
proxies = requests.get(url).text.split("\n")
print(f"Loaded {len(proxies)} proxies.")- Scraping: The
scraper.pyscript collects public proxies from various open-source API endpoints and repositories. - Filtering: It deduplicates the list and separates them by protocol.
- Automation: A GitHub Action triggers the script every 2 hours (Cron:
0 */2 * * *). - Deployment: The updated lists are automatically committed and pushed to this repository.
This repository is for educational and research purposes only.
- The proxies listed here are gathered from public sources widely available on the internet.
- I do not own, operate, or control any of these proxy servers.
- Please use these proxies responsibly. Do not use them for illegal activities, spamming, or attacking targets.
- The reliability/uptime of these free proxies is not guaranteed.
Feel free to fork this repository and submit a Pull Request if you want to add more proxy sources to the scraper.py file!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewSources) - Commit your Changes (
git commit -m 'Add new proxy sources') - Push to the Branch (
git push origin feature/NewSources) - Open a Pull Request
Made with β€οΈ using Python & GitHub Actions