Hello
Is it possible to use a proxy with transmission?
And how would one do that.
Thanks for any help.
Proxy?
Re: Proxy?
Hi,
To use a proxy in BitTorrent (Transmission), you will need to manually add those details to the config file.
The available commands for Proxy settings are listed here https://trac.transmissionbt.com/wiki/Ed ... iles#Proxy
1. Stop Transmission Daemon
2. Edit the transmission settings file
Add your proxy details and settings. Once completed, press CTRL+O then enter to save. Then press CTRL+X to exit.
3. Restart Transmission Daemon
If you get stuck or break the transmission config file, use the below command to reset your changes.
To use a proxy in BitTorrent (Transmission), you will need to manually add those details to the config file.
The available commands for Proxy settings are listed here https://trac.transmissionbt.com/wiki/Ed ... iles#Proxy
1. Stop Transmission Daemon
Code: Select all
service transmission-daemon stop
Add your proxy details and settings. Once completed, press CTRL+O then enter to save. Then press CTRL+X to exit.
Code: Select all
nano /etc/transmission-daemon/settings.json
Code: Select all
service transmission-daemon start
Code: Select all
service transmission-daemon stop
cp /boot/dietpi/conf/transmission_settings_p1 /etc/transmission-daemon/settings.json
service transmission-daemon start
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Proxy?
1.4x (and older)
Does that mean it won't work?
Thanks for your time!
PS. Do you think this could work?
http://www.makeuseof.com/tag/how-to-tur ... -megalith/
Does that mean it won't work?
Thanks for your time!
PS. Do you think this could work?
http://www.makeuseof.com/tag/how-to-tur ... -megalith/
Re: Proxy?
Yep, seems they removed it from 1.4x upwards.paronfesken wrote:1.4x (and older)
Does that mean it won't work?
DietPi sets Transmission encryption level to "forced".
This basically means that all connections made by Transmission will be encrypted. There is no guarantee your ISP cant track encrypted, the same goes for VPN.
Code: Select all
"encryption": 2,
DietPi will do all this for you when you install BitTorrent (- VPN)PS. Do you think this could work?
http://www.makeuseof.com/tag/how-to-tur ... -megalith/
- DietPi uses FTP instead of Samba for Performance.
To access your Files on the USB drive with FTP:
- Goto My Computer (Windows Explorer)
- In the address bar at the top type ftp://root:raspberry@192.168.0.100, press enter (You can obtain your IP address by following this guide http://dietpi.com/phpbb/viewtopic.php?f=8&t=14).
- BitTorrent downloads will be stored in the "downloads" folder
The only thing you would need to setup is VPN if you still require it.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.