tor

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

commit ec8d41e69931bc717b41831928c720b21719c67f
parent 27e2989fe9877d52e2e1ce0855b67165bff7f455
Author: David Goulet <dgoulet@torproject.org>
Date:   Mon, 30 Mar 2020 13:36:54 -0400

changes: Add file for ticket 33014

Signed-off-by: David Goulet <dgoulet@torproject.org>

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

diff --git a/changes/ticket33014 b/changes/ticket33014 @@ -0,0 +1,3 @@ + o Code simplification and refactoring (onion service): + - Refactor configuration parsing to use the new config subsystem code. + Closes ticket 33014.