commit 06c76e79aab3ff9cbed04bd3f670099e57d851b6 Author: Neel Chauhan neel@neelc.org Date: Tue Apr 16 08:20:48 2019 -0400
Clarify torrc comment for IPv6Exit --- src/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 index 95167d03f..9d514e6bd 100644 --- 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.