Working Proxy List | Free Proxy Checker | Universal Proxy Procotol Parser
GetFreeProxy (GFP) is an open-source project that automatically aggregates and validates free proxies from across the internet. Our goal is to provide a fresh, reliable, and comprehensive list of public proxies for developers, researchers, and anyone in need of proxy services.
The lists are updated hourly, ensuring you always have access to the most current proxies available.
This project runs on a simple yet powerful automated workflow:
- Fetch: A Go application fetches proxy lists from various sources defined in the
sources/
directory. It supports dynamic URL generation (e.g., based on the current date) and can handle different data formats like raw text, Base64, etc. - Parse & Normalize: The fetched data is parsed and normalized into a standard proxy format. The system is extensible, allowing new parsers and data transformers to be added easily.
- Deduplicate & Store: All unique proxies are stored in memory.
- Generate Lists: The application generates clean, protocol-specific proxy lists (e.g.,
http.txt
,vless.txt
) and saves them in thelist/
directory. - Update Badges: SVG badges are generated to display the count of available proxies for each protocol.
This entire process is automated using GitHub Actions and runs every hour.
We provide proxies in multiple formats, ready to be used in your applications.
Type | Format | Example |
---|---|---|
HTTP/S | http://ip:port |
http://1.2.3.4:8080 |
http://user:pass@ip:port |
http://user:pass@1.2.3.4:8080 |
|
SOCKS4/5 | socks5://ip:port |
socks5://1.2.3.4:1080 |
V2Ray/XRay | vmess://... / vless://... |
vless://uuid@... |
Trojan | trojan://... |
trojan://uuid@... |
ShadowSocks | ss://... / ssr://... |
ss://method:pass@... |
Hysteria | hy://... (*Note: hysteria:// , hhysteria:// are automatically converted to hy:// ) |
hy://uuid@... |
Hysteria2 | hy2://... (*Note: hysteria2:// , hhy2:// , hhysteria2:// are automatically converted to hy2:// ) |
hy2://uuid@... |
TUIC | tuic://... |
tuic://uuid@... |
WireGuard | wireguard://... |
wireguard://publickey@endpoint:port?allowed_ips=... |
Click on your preferred proxy type to get the latest list. These links always point to the most recently updated proxy files.
This is a community-driven project, and your contributions are highly welcome! The easiest way to contribute is by adding new proxy sources.
Please read our Contributing Guidelines to get started.
If you find this project useful, please consider supporting it. It helps us gain visibility and encourages more people to contribute.
- Star this repository on GitHub! โญ๏ธ
- Share it with your friends and colleagues.
- These proxies are collected from public sources. There is no guarantee of their speed, security, or uptime.
- Use these proxies at your own risk.
- The maintainers of this repository are not responsible for any misuse. Do not use these proxies for illegal activities.
This repository is released under the MIT license. See LICENSE for details.