Torrenting!
- The Dark Knight
- Posts: 4
- Joined: 05 May 2018 13:37
Torrenting!
How to do torrent stuff using I2P?
Re: Torrenting!
Hi
currently no solution for android available.
echelon
currently no solution for android available.
echelon
Re: Torrenting!
The only libre way to torrent on android over I2P at the moment is to use termux & a container.
There is also a proprietary client called tixati, which works with I2PD.
You could block all outgoing connections to the app & have it communicate only on localhost to I2PD.
Code: Select all
pkg install udocker
udocker run --name=i2p --pull=reuse --rm geti2p/i2p
You could block all outgoing connections to the app & have it communicate only on localhost to I2PD.