aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2019-04-11 20:22:27 -0400
committerNeel Chauhan <neel@neelc.org>2019-04-14 12:48:07 -0400
commit03464a916571a5f682b42513c47568e317f38b18 (patch)
treeae968fed7469737693ebcf87378720cee134010f /src/config
parent5cad9fb4776979285596c4b26230683de6bb84c6 (diff)
downloadtor-03464a916571a5f682b42513c47568e317f38b18.tar.gz
tor-03464a916571a5f682b42513c47568e317f38b18.zip
Update torrc.sample.in to IPv6Exit 1 being an exit by default
Diffstat (limited to 'src/config')
-rw-r--r--src/config/torrc.sample.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index c2ae707e93..95167d03fd 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -174,13 +174,11 @@
## 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 or ExitPolicy are set, relays are exits.
+## (If ReducedExitPolicy, ExitPolicy, or IPv6Exit are set, relays are exits.
## If neither exit policy option is set, relays are non-exits.)
#ExitRelay 1
## Uncomment this if you want your relay to allow IPv6 exit traffic.
-## You must also set ExitRelay, ReducedExitPolicy, or ExitPolicy to make your
-## relay into an exit.
## (Relays do not allow any exit traffic by default.)
#IPv6Exit 1