-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOCKS support for TOR usage? #31
Comments
@zoobab Did you consider using torsocks ? |
Yes, I considered torsocks, but I want to multiplex several TOR circuits at the same time, so using multiple socks/http proxies in parallel, that's why I was interested in mget support for multiple proxies (compared to aria2 which does not have that feature). Will give it a shot for torsocks in a single proxy configuration. |
Mget supports multiple proxies (separated by comma). I admit, I never tested this thoroughly since I am not really using proxies. |
"these proxies are used round-robin for each connection Mget opens" Good to know, because I was more expecting a split of each connection between multiple proxies. A bit more like this example: http://geekofpassage.blogspot.be/2013/08/using-multiple-proxy-servers-few-to-no.html It would be good to mention in the documentation that it is a round-robin for each connexion. |
It would be easy to implement a 'load balance' in the means of 'take the proxy longest-not-in-use'. The current round-robin approach has the pitfall that the slowest proxy is likely to get more and more attraction and thus getting slower and slower... I guess I have to change it. |
Hi,
Is there plan to support SOCKS proxies? I had to run polipo to make a HTTP proxy out of a TOR SOCKS proxy to try to use TOR, but I had troubles to resolve a hidden service.
Here is my polipo config:
$ cat /etc/polipo/config
daemonise=false
diskCacheRoot=/var/cache/polipo/
proxyAddress=127.0.0.1
proxyName=localhost
serverSlots=4
serverMaxSlots=8
cacheIsShared=true
allowedClients=127.0.0.1
socksParentProxy = localhost:9050
The text was updated successfully, but these errors were encountered: