diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-10 00:32:14 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-10 00:32:14 +0000 |
commit | e9d7904885c26ad429e01d4d0d2813633c418799 (patch) | |
tree | c5b546791843109c286227d3b8368ae9f2cc1670 /doc | |
parent | c0630b5274fb8aa29355d69c909e4bec63f6e52b (diff) | |
download | tor-e9d7904885c26ad429e01d4d0d2813633c418799.tar.gz tor-e9d7904885c26ad429e01d4d0d2813633c418799.zip |
add TestVia to the man page
svn:r6583
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 9fb27aa539..4b63977ea2 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -404,6 +404,11 @@ Let a socks connection wait NUM seconds unattached before we fail it. (Default: 2 minutes.) .LP .TP +\fBTestVia \fR\fInickname\fR,\fInickname\fR,\fI...\fP +A list 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 |