That is, suppose I have a list of proxies, I know how to check them, but I don’t understand how to scatter them by type.
2 answers
Try to connect through the selected proxy via http
, if not connected, try using a socket.
|
I once used the Synapse library for this purpose (and indeed for working with HTTP (s)). A small example of proxy type checking is here.
|