Tribler 9.x - Remove GUI & SOCKS proxy over the Tribler network #9068
Replies: 3 comments 3 replies
|
Oh, I LIKE that Use any Torrent client with Tribler as the backend network via SOCKS, sweet idea! |
|
You can probably already do this. Tribler already funnels data through a (SOCKS5) proxy to anonymize it (see https://github.com/Tribler/tribler/wiki/Anonymous-Downloading-and-Streaming-specifications). It's just a matter of setting up the ports in another client. So, technically feasible. Here's your big fat warning: Tribler is specifically made to NOT pass through any identity information through the proxy. Other clients are not made for this and will likely fingerprint the data and, thereby, deanonymize you. So, with the right configuration this is possible, but you would have to be really careful with the configuration of the third party client you hook in (assuming you can even configure such a client to that extent). Risky. Regarding the dropping of the GUI. We are stuck in between two worlds. One set of users wants a background service and one set wants an integrated GUI. We settled for the middle ground of a web GUI. That will not please either set of users, but it's a workable solution for both. If you don't want a GUI: pass a command line argument to the Tribler process. |
|
@qstokkink I just tried this (using another client to connect). How to know which port I should be using, and any tips in general for making it work? |
Uh oh!
There was an error while loading. Please reload this page.
I see a lot of time invested in trying to get the Tribler GUI working (and bug fixing) along with backend issues for torrent tasks.
As a suggestion why not drop the GUI completely and focus development on the Tribler network. If Tribler could be run as a SOCKS proxy other bittorrent clients could use one of the local ports to connect and communicate over Tribler.
On the Connection page of qBittorrent there is the option to connect to a SOCKS proxy and I2P. Future state could implement features specific for connecting to Tribler.
All reactions