diff options
author | Roger Dingledine <arma@torproject.org> | 2008-08-05 00:12:05 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-08-05 00:12:05 +0000 |
commit | d01813a8ddcfb1db7c833cc42eea1ca98011c599 (patch) | |
tree | a073550ad61f24244b870a1a503565559fc6091a /doc/tor.1.in | |
parent | 18d3153fbb5ceceeacb4c4b8185c1f51da43bb1d (diff) | |
download | tor-d01813a8ddcfb1db7c833cc42eea1ca98011c599.tar tor-d01813a8ddcfb1db7c833cc42eea1ca98011c599.tar.gz |
Take out the TestVia config option, since it was a workaround for
a bug that was fixed in Tor 0.1.1.21.
svn:r16409
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 3fdf73c9d..b1cdd254c 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -576,12 +576,6 @@ unattached waiting for an appropriate circuit, before we fail it. (Default: 2 minutes.) .LP .TP -\fBTestVia \fR\fInode\fR,\fInode\fR,\fI...\fP -A list of identity fingerprints or nicknames of nodes to prefer for your middle -hop when building testing circuits. This option is mainly for debugging -reachability problems. -.LP -.TP \fBTrackHostExits \fR\fIhost\fR,\fI.domain\fR,\fI...\fR\fP For each value in the comma separated list, Tor will track recent connections to hosts that match this value and attempt to |