diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-23 14:07:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-23 14:07:32 +0000 |
commit | 15b2b8bd69ff30a85c2364bcc528090b36aa9286 (patch) | |
tree | cde62b5daf0796a6356c9c5f209a9ed8fd845129 /doc/tor.1.in | |
parent | cc46b232485b192d988bc6ef9ffbfcb88e630491 (diff) | |
download | tor-15b2b8bd69ff30a85c2364bcc528090b36aa9286.tar.gz tor-15b2b8bd69ff30a85c2364bcc528090b36aa9286.zip |
r17309@aud-055: nickm | 2008-07-23 16:05:43 +0200
Patch from Christian Wilms: remove (HiddenService|Rend)(Exclude)?Nodes options. They never worked properly, and nobody seems to be using them. Resolves bug 754.
svn:r16144
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 381fe79414..3fdf73c9d3 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -550,16 +550,6 @@ close" on the same circuit. Currently, two addresses are .\" .TP .LP .TP -\fBRendNodes \fR\fInode\fR,\fInode\fR,\fI...\fP -A list of identity fingerprints or nicknames of preferred nodes to use for the -rendezvous point, if possible. -.LP -.TP -\fBRendExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP -A list of identity fingerprints or nicknames of nodes to never use when -choosing a rendezvous point. -.LP -.TP \fBSocksPort \fR\fIPORT\fP Advertise this port to listen for connections from Socks-speaking applications. Set this to 0 if you don't want to allow application @@ -1272,19 +1262,6 @@ multiple lines with the same VIRTPORT: when a user connects to that VIRTPORT, one of the TARGETs from those lines will be chosen at random. .LP .TP -\fBHiddenServiceNodes \fR\fInode\fR,\fInode\fR,\fI...\fP -If possible, use the specified nodes, defined by their identity fingerprints or -nicknames, as introduction points for the hidden service. If this is left -unset, Tor will be smart and pick some reasonable ones; most people can leave -this unset. -.LP -.TP -\fBHiddenServiceExcludeNodes \fR\fInode\fR,\fInode\fR,\fI...\fP -Do not use the specified nodes, defined by their identity fingerprints or -nicknames, as introduction points for the hidden service. In normal use there -is no reason to set this. -.LP -.TP \fBPublishHidServDescriptors \fR\fB0\fR|\fB1\fR\fP If set to 0, Tor will run any hidden services you configure, but it won't advertise them to the rendezvous directory. This option is only useful |