Anton Kuznietsov
Anton Kuznietsov
this proxy is for http client only, doesn't support username/pass but I can try to add it @vans163 .
yep, tested socks5 and http - both works. ``` docker network create tor docker run --rm -tid --name mytor --network tor -p 9050:9050 -p 8118:8118 -e LOCATION=US dperson/torproxy docker run...
added proxy http/socks5 support for both http and fasthttp clients
that would be a great feature for CI pipelines