summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2019-04-16 08:20:48 -0400
committerNeel Chauhan <neel@neelc.org>2019-04-16 08:20:48 -0400
commit06c76e79aab3ff9cbed04bd3f670099e57d851b6 (patch)
treec28aff116d1127261dcf4ad1f149055d31adf36f /src/config
parente7c22e6e4882332cc0e3377f0d3494f3bf47ad96 (diff)
downloadtor-06c76e79aab3ff9cbed04bd3f670099e57d851b6.tar.gz
tor-06c76e79aab3ff9cbed04bd3f670099e57d851b6.zip
Clarify torrc comment for IPv6Exit
Diffstat (limited to 'src/config')
-rw-r--r--src/config/torrc.sample.in2
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.