diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-05 16:14:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-05 16:14:51 -0400 |
commit | 04cb2d4010f131c970d0cf3ba56c9d752b8facb9 (patch) | |
tree | ec91efa7e7ab5be7f018f2253172f3c1a3888f89 /doc | |
parent | 2300a619a548ed529551c731dd706fea0b2a0a20 (diff) | |
parent | 9b7cdd23deb5830cce794ce6e901b82fa094dd9f (diff) | |
download | tor-04cb2d4010f131c970d0cf3ba56c9d752b8facb9.tar.gz tor-04cb2d4010f131c970d0cf3ba56c9d752b8facb9.zip |
Merge remote-tracking branch 'tor-github/pr/741' into maint-0.4.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index b9a48b6800..a02b1372c8 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1936,15 +1936,16 @@ is non-zero): [[ExitRelay]] **ExitRelay** **0**|**1**|**auto**:: Tells Tor whether to run as an exit relay. If Tor is running as a non-bridge server, and ExitRelay is set to 1, then Tor allows traffic to - exit according to the ExitPolicy option (or the default ExitPolicy if - none is specified). + + 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 option is ignored. + + exit, and the ExitPolicy and ReducedExitPolicy options are ignored. + + - If ExitRelay is set to "auto", then Tor behaves as if it were set to 1, but - warns the user if this would cause traffic to exit. In a future version, - the default value will be 0. (Default: auto) + 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) [[ExitPolicy]] **ExitPolicy** __policy__,__policy__,__...__:: Set an exit policy for this server. Each policy is of the form |