diff options
author | Neel Chauhan <neel@neelc.org> | 2019-04-16 08:20:48 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2019-04-16 08:20:48 -0400 |
commit | 06c76e79aab3ff9cbed04bd3f670099e57d851b6 (patch) | |
tree | c28aff116d1127261dcf4ad1f149055d31adf36f | |
parent | e7c22e6e4882332cc0e3377f0d3494f3bf47ad96 (diff) | |
download | tor-06c76e79aab3ff9cbed04bd3f670099e57d851b6.tar.gz tor-06c76e79aab3ff9cbed04bd3f670099e57d851b6.zip |
Clarify torrc comment for IPv6Exit
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 95167d03fd..9d514e6bda 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. |