diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-02-05 22:45:02 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-02-05 22:45:02 +0000 |
commit | cc349042f69a275ff370bc756b9053afec8e4dca (patch) | |
tree | 0237a10752919e90efb639c4ff1c4ccc6d327e97 /doc/tor.1.in | |
parent | 614faa541be00cb656e44f2317f0ef1db4e3cb96 (diff) | |
download | tor-cc349042f69a275ff370bc756b9053afec8e4dca.tar.gz tor-cc349042f69a275ff370bc756b9053afec8e4dca.zip |
Document TestSocks
svn:r5921
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index cbf817f5a0..b69c3ac3e4 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -355,6 +355,13 @@ some servers will observe a fraction of your paths. If UseEntryGuards is set to 1, we will try to pick a total of NUM routers as long-term entries for our circuits. (Defaults to 3.) +.LP +.TP +\fBTestSocks \fR\fB0\fR|\fB1\fR\fP +When this option is enabled then Tor will make a notice-level log entry +for each connection to the Socks port indicating whether a hostname or +an IP address was used in the request. This helps to determine whether +an application using Tor is possibly leaking DNS requests. .SH SERVER OPTIONS .PP |