tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b2b61b0268f5ddac347b5487ea677a7202b95c50
parent 79bac442933cea2d3e7051feace72b31c5cc5be7
Author: teor <teor@torproject.org>
Date:   Thu, 14 Nov 2019 15:39:40 +1000

changes: Update the changes file for 32410

When the relay module is disabled, we change the ClientOnly
default to 1. But we forgot to mention that in the changes file.

Diffstat:
Mchanges/ticket32410 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/changes/ticket32410 b/changes/ticket32410 @@ -1,3 +1,3 @@ o Minor features (relay): - - When the relay module is disabled, make "DirCache 0" the default. - Closes ticket 32410. + - When the relay module is disabled, change the default config so that + DirCache is 0, and ClientOnly is 1. Closes ticket 32410.