tor

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

commit e7288111101b2a0fe74ec87a314d6d33c1a2920a
parent 03464a916571a5f682b42513c47568e317f38b18
Author: Neel Chauhan <neel@neelc.org>
Date:   Thu, 11 Apr 2019 20:22:46 -0400

Add changes file for Bug #29613

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

diff --git a/changes/bug29613 b/changes/bug29613 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay): + - If we are are a relay and have IPv6Exit to 1 while ExitRelay is + auto, we act as if ExitRelay is 1. Previously, we ignored IPv6Exit + if ExitRelay was 0 or auto. Fixes bug 29613; bugfix on 0.3.5.1-alpha. + Patch by Neel Chauhan.