tor

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

commit 06c76e79aab3ff9cbed04bd3f670099e57d851b6
parent e7c22e6e4882332cc0e3377f0d3494f3bf47ad96
Author: Neel Chauhan <neel@neelc.org>
Date:   Tue, 16 Apr 2019 08:20:48 -0400

Clarify torrc comment for IPv6Exit

Diffstat:
Msrc/config/torrc.sample.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in @@ -175,7 +175,7 @@ ## Uncomment this if you want your relay to be an exit, with the default ## exit policy (or whatever exit policy you set below). ## (If ReducedExitPolicy, ExitPolicy, or IPv6Exit are set, relays are exits. -## If neither exit policy option is set, relays are non-exits.) +## If none of these options are set, relays are non-exits.) #ExitRelay 1 ## Uncomment this if you want your relay to allow IPv6 exit traffic.