[tor-commits] [tor/master] Update torrc.sample.in to IPv6Exit 1 being an exit by default
nickm at torproject.org
nickm at torproject.org
Tue Apr 23 19:39:29 UTC 2019
commit 03464a916571a5f682b42513c47568e317f38b18
Author: Neel Chauhan <neel at neelc.org>
Date: Thu Apr 11 20:22:27 2019 -0400
Update torrc.sample.in to IPv6Exit 1 being an exit by default
---
src/config/torrc.sample.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index c2ae707e9..95167d03f 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
More information about the tor-commits
mailing list