tor

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

commit 8126ffecb6546efd03ed3806fba41310498b1a63
parent e8c6d431fad4c3699532e6f74b8e117a010bfbfa
Author: Neel Chauhan <neel@neelc.org>
Date:   Tue, 10 Oct 2017 12:41:57 -0400

Add ChangLog entry for the ReducedExitPolicy option

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

diff --git a/changes/ticket13605 b/changes/ticket13605 @@ -0,0 +1,5 @@ + o Major features (relay): + - Implement an option, ReducedExitPolicy, to allow an Tor exit relay + operator to use a more reasonable ("reduced") exit policy, rather + than the default one. Closes ticket 13605. Patch from Neel Chauhan. +