You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
Bug fixes
- Added error handling for creating the proxy directory.
- Improved "get_proxies" to remove leading/trailing whitespace before splitting lines.
- Added error handling for writing working proxies to the file.
- Minor code formatting changes.
Optimize proxy checking concurrency
- Increased "max_workers" parameter in "ThreadPoolExecutor" to 500 for improved concurrency.
- Updated the code to enhance the speed of checking proxies.