tor

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

commit a1bc471dd477864105cc13e8ab69ebd05619ea9b
parent 8a0c739467c87c6d7358d112bd1400250ad6e5c4
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  8 Jan 2020 21:55:41 -0500

Add a changes file for disabling the dircache code.

Diffstat:
Achanges/feature32487 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/feature32487 b/changes/feature32487 @@ -0,0 +1,3 @@ + o Minor features (disabling relay support): + - When Tor is compiled --disable-module-relay, we also omit the + code used to act as a directory cache. Closes ticket 32487.