B
B
bro-dev2019-05-21 06:23:32
bittorrent
bro-dev, 2019-05-21 06:23:32

Is there a torrent client for downloading one distribution through several proxies?

Is there a torrent client for downloading one distribution through several proxies? For example, there are 10 slow proxies, I want to download through everything at the same time, are there any clients where this is implemented, or mb ideas how to do it differently.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2019-05-21
@z3apa3a

You can put your own proxy, which will parallel the load between ten parent ones, for example, in 3proxy this configuration is:

allow *
parent 100 socks5 addr1 port1 login1 pass1
parent 100 socks5 addr2 port2 login2 pass2
...
parent 100 socks5 addr10 port10 login10 pass10
socks -i127.0.0.1 -p1080

runs on port 1080 socks with 10 randomly selected parents with a probability of 10% each for each request. But it will work only for outgoing connections and only for TCP. To do this in a good way just for a torrent and just for a proxy will not work, because. to work through several proxies, it is necessary to cut support at the torrent client level (the client must open an incoming port on each of the proxies and receive its external address). For torrenting, it is better to use not a proxy, but a VPN connection.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question