Currently have a working example program with a call to fasthttpproxy.FasthttpHTTPDialer for http proxies with auth using the format user:pass@address:port. I tried to switch this to fasthttpproxy.FasthttpSocksDialer, as I would like to also support socks proxies, but it seems as though this other function may only take in proxies with the format socks5://address:port, and that there is no support for username and password authentication with socks proxies. Is this intentional or is there any chance/plans for this feature to be supported any time soon? Thanks for the help regardless
Currently have a working example program with a call to
fasthttpproxy.FasthttpHTTPDialer
for http proxies with auth using the formatuser:pass@address:port
. I tried to switch this tofasthttpproxy.FasthttpSocksDialer
, as I would like to also support socks proxies, but it seems as though this other function may only take in proxies with the formatsocks5://address:port
, and that there is no support for username and password authentication with socks proxies. Is this intentional or is there any chance/plans for this feature to be supported any time soon? Thanks for the help regardless