I am trying to get Transmission to connect through a SOCKv5 proxy.
I am not able to find any settings in the graphical interface to Transmission that allows me to change proxy server for the program.
Is there any other program that could help me tunnel the transmission traffic - for example like Proxifyer for Windows?
The proxy support in transmission was removed some months ago. The best option at the moment seems to use a wrapper library like torsocks. You can install it using
apt-get
(or any other method). Now there is a filetorsocks.conf
in/etc
. Here you enter your server address:Now you can start transmission with
torsocks transmission
and your traffic will redirected to the SOCKS server.