Asynchronous Proxy Checker allows you to check the performance of http/https proxies.
git clone https://github.com/Ladvix/proxy-checker.git
cd proxy-checker
pip install -r requirements.txt
python main.pyEdit the file proxies.txt . Example:
192.168.1.1:8080
210.0.115.6:80
Now you can run Proxy Checker and see the verification result in the console.
Distributed under the MIT license.