summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-06 15:15:18 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-06 15:15:18 -0500
commit90b9e23bec4687962a999c2575909b9230bd425a (patch)
treebff22d42a1f910faacbc7c872282335ca636fb4e /doc
parent3401c34151a29fe962944ce3ea77f14056c87efa (diff)
parentd87143f3199fe6be6e0a4907e82b25727622c857 (diff)
downloadtor-90b9e23bec4687962a999c2575909b9230bd425a.tar.gz
tor-90b9e23bec4687962a999c2575909b9230bd425a.zip
Merge branch 'exitnode_10067_squashed'
Conflicts: src/or/or.h
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 4e3e07e2d3..9e86a67359 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1469,6 +1469,19 @@ is non-zero):
that it's an email address and/or generate a new address for this
purpose.
+[[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).
+ +
+ If ExitRelay is set to 0, no traffic is allowed to
+ exit, and the ExitPolicy option is 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)
+
[[ExitPolicy]] **ExitPolicy** __policy__,__policy__,__...__::
Set an exit policy for this server. Each policy is of the form
"**accept**|**reject** __ADDR__[/__MASK__][:__PORT__]". If /__MASK__ is