Add option to check a list of proxies in a .txt file
Opened this issue · 2 comments
Octolus commented
can you give me a index.js that does;
load proxies from pending.txt
check if site return 404, if it does log as success.txt
i am unsure wether the proxies are http/https also, so not sure what we could do bout that
chill117 commented
How about being able to use this module from the command line as a CLI tool? One of the options could be to provide a .txt
file with a list of proxies to be tested. Another option could be to output the results to a .json
or .txt
file.
Sayrix commented
You just have to read your txt, make a forEach of all then check them, then you make an array with your proxies good