I have heard that Proxy Support in Trasmission has been removed as of version 2.12. Is it possible to use proxy by any other method?
I have heard that Proxy Support in Trasmission has been removed as of version 2.12. Is it possible to use proxy by any other method?
TL;DR: http_proxy environment variable works for at least 2.92. For versions 1.4.x and older see configuration options here or below.
Citation from transmission wiki page:
relevant variables start here here. And in CURLOPT_PROXY description there is this:
I run transmission-daemon using systemd, so I just add line
to service configuration using
and all worked.
I have transmission-daemon 2.92. Can't say for sure for older version, but according to this wiki page you should use this parameters for transmission 1.4.x or older:
then add proxy enviroment, like
It works on 2.94
Transmission uses the proxy configured using the
Network Proxy
tool located under thePreferences
menu.Reference Solution