mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
config: Remove AllowSingleHopExits option
Deprecated in 0.2.9.2-alpha, this commits changes it as OBSOLETE() and cleans up the code associated with it. Partially fixes #22060 Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
committed by
Nick Mathewson
parent
fea72571df
commit
d52a1e2faa
@@ -1660,13 +1660,6 @@ is non-zero):
|
||||
Tor client binds to. To bind to a different address, use the
|
||||
*ListenAddress and OutboundBindAddress options.
|
||||
|
||||
[[AllowSingleHopExits]] **AllowSingleHopExits** **0**|**1**::
|
||||
This option controls whether clients can use this server as a single hop
|
||||
proxy. If set to 1, clients can use this server as an exit even if it is
|
||||
the only hop in the circuit. Note that most clients will refuse to use
|
||||
servers that set this option, since most clients have
|
||||
ExcludeSingleHopRelays set. (Default: 0)
|
||||
|
||||
[[AssumeReachable]] **AssumeReachable** **0**|**1**::
|
||||
This option is used when bootstrapping a new Tor network. If set to 1,
|
||||
don't do self-reachability testing; just upload your server descriptor
|
||||
|
||||
Reference in New Issue
Block a user