summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-11-04 03:10:42 +0100
committerSebastian Hahn <sebastian@torproject.org>2010-11-10 15:48:26 +0100
commitbae80eef4b5be05225e702e660831caf0a55bec5 (patch)
treeb6fea8772ef858ad51f6c0bb393d8da76e8fdcfb
parent0b05f05bbf83de7d00a8b4586685d2d52e7e2ac9 (diff)
downloadtor-bae80eef4b5be05225e702e660831caf0a55bec5.tar.gz
tor-bae80eef4b5be05225e702e660831caf0a55bec5.zip
Document the AllowSingleHopExits option
-rw-r--r--doc/tor.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 1511eb894b..29e49e8d4b 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -751,6 +751,11 @@ The following options are useful only for clients (that is, if
Like WarnPlaintextPorts, but instead of warning about risky port uses, Tor
will instead refuse to make the connection. (Default: None).
+**AllowSingleHopCircuits** **0**|**1**::
+ When this option is set, the attached Tor controller Tor can use relays
+ that have the **AllowSingleHopExits** option turned on to build
+ one-hop Tor connections.
+
SERVER OPTIONS
--------------