proxy-checker icon indicating copy to clipboard operation
proxy-checker copied to clipboard

A simple python script to check if a proxy is working.

Results 3 proxy-checker issues
Sort by recently updated
recently updated
newest added

I forked and added new py file. It's reading proxy_list from text based file.

https://github.com/ApsOps/proxy-checker/blob/master/proxy_checkpy3-async.py #Example run : echo -ne "192.168.1.1:231\n192.168.1.2:231" | python proxy_checkpy3-async.py dont work :(

Hi there, would it be possible to add the ability to pass the proxies via file instead of an array inside the code? Thanks!