From bae80eef4b5be05225e702e660831caf0a55bec5 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Thu, 4 Nov 2010 03:10:42 +0100 Subject: [PATCH] Document the AllowSingleHopExits option --- doc/tor.1.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 --------------