[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Please run a bridge relay! (was Re: Tor 0.2.0.13-alpha is out)



On Sat, Dec 22, 2007 at 05:00:28AM -0500, Roger Dingledine wrote:
> The harder way is to edit your torrc file manually
> https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#torrc
> and add the following lines:
>   ORPort 443
>   BridgeRelay 1
>   PublishServerDescriptor bridge
>   ExitPolicy reject *:*
>   RelayBandwidthRate 50 KBytes

Minor fix: if you use this last line, you'll also want this line
    RelayBandwidthBurst 50 KBytes

--Roger