Created
June 19, 2015 11:21
-
-
Save soardex/47c5f6859c2b422bcbff to your computer and use it in GitHub Desktop.
Run rTorrent on TOR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this assumes you've already downloaded, installed and or compiled sources for the following files | |
# if on arch run `pacman -S tor delegate rtorrent` | |
# DeleGate Source: http://delegate.hpcc.jp/anonftp/DeleGate/delegate9.9.13.tar.gz | |
1. Run `tor` whether on chroot or not. | |
2. Proxy socks5 tor connection to port 8080 localhost by running: | |
delegated -P8080 SERVER=http SOCKS=localhost:9050 | |
3. Configure $HOME/.rtorrent.rc and set `http_proxy` to `127.0.0.1` | |
NOTE: running torrent in TOR is not recommended but as oppose use it only to resolve trackers. Install `Deluge` instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment