diff options
author | Neel Chauhan <neel@neelc.org> | 2019-04-17 07:26:55 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2019-04-17 07:26:55 -0400 |
commit | cfada969a9d450ba12548ab4ff112a2fe3642b95 (patch) | |
tree | 45f929c4e613f238173be66075bb2d0976d34d97 /doc | |
parent | f643020e64a3730f262f810ed68ed7910da2a9f4 (diff) | |
download | tor-cfada969a9d450ba12548ab4ff112a2fe3642b95.tar.gz tor-cfada969a9d450ba12548ab4ff112a2fe3642b95.zip |
Update tor.1 man page for IPv6Exit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index f992172405..23b7e7b607 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1935,13 +1935,13 @@ is non-zero): exit according to the ExitPolicy option, the ReducedExitPolicy option, or the default ExitPolicy (if no other exit policy option is specified). + + - If ExitRelay is set to 0, no traffic is allowed to - exit, and the ExitPolicy and ReducedExitPolicy options are ignored. + + If ExitRelay is set to 0, no traffic is allowed to exit, and the + ExitPolicy, ReducedExitPolicy, and IPv6Exit options are ignored. + + - If ExitRelay is set to "auto", then Tor checks the ExitPolicy and - ReducedExitPolicy options. If either is set, Tor behaves as if ExitRelay - were set to 1. If neither exit policy option is set, Tor behaves as if - ExitRelay were set to 0. (Default: auto) + If ExitRelay is set to "auto", then Tor checks the ExitPolicy, + ReducedExitPolicy, and IPv6Exit options. If either is set, Tor behaves + as if ExitRelay were set to 1. If neither exit policy option is set, Tor + behaves as if ExitRelay were set to 0. (Default: auto) [[ExitPolicy]] **ExitPolicy** __policy__,__policy__,__...__:: Set an exit policy for this server. Each policy is of the form @@ -2136,8 +2136,9 @@ is non-zero): (Default: 0) [[IPv6Exit]] **IPv6Exit** **0**|**1**:: - If set, and we are an exit node, allow clients to use us for IPv6 - traffic. (Default: 0) + If set, and we are an exit node, allow clients to use us for IPv6 traffic. + When this option is set and ExitRelay is auto, we act as if ExitRelay + is 1. (Default: 0) [[MaxOnionQueueDelay]] **MaxOnionQueueDelay** __NUM__ [**msec**|**second**]:: If we have more onionskins queued for processing than we can process in |