On 19.10.2013 14:51, Eduard wrote:
I rented a VPS with 256mb ram and unmetered bandwidth. Ubuntu 12.04. Can someone please tell me how to configure it as a non-exit relay for Tor? Acess via PuTTy.
Install Tor using option 2 in the link below: https://www.torproject.org/docs/debian.html.en
Make sure that your /etc/tor/torrc file contains only this ExitPolicy directive:
ExitPolicy reject *:* # no exits allowed
Restart tor (service tor restart)