aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-20 16:17:06 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-20 16:17:06 -0400
commitfa3c23773944788125db2f67bcb048376c17fec9 (patch)
tree93d89b2871e52c95ba5a9e5ae25817d44b0232ee /doc
parenta264c4fedab87ce7c8cbb94632657a90e95e7a4e (diff)
downloadtor-fa3c23773944788125db2f67bcb048376c17fec9.tar
tor-fa3c23773944788125db2f67bcb048376c17fec9.tar.gz
Per-SOCKSPort configuration for bug 8117 fix.
This might be necessary if the bug8117 fix confuses any applications. Also add a changes file.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 773fccf53..85f0835cb 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -860,7 +860,7 @@ The following options are useful only for clients (that is, if
the same circuit. Currently, two addresses are "too close" if they lie in
the same /16 range. (Default: 1)
-**SOCKSPort** \['address':]__port__|**auto** [_isolation flags_]::
+**SOCKSPort** \['address':]__port__|**auto** [_flags_] [_isolation flags_]::
Open this port to listen for connections from SOCKS-speaking
applications. Set this to 0 if you don't want to allow application
connections via SOCKS. Set it to "auto" to have Tor pick a port for
@@ -894,6 +894,18 @@ The following options are useful only for clients (that is, if
port with the same session group. (By default, streams received
on different SOCKSPorts, TransPorts, etc are always isolated from one
another. This option overrides that behavior.)
++
+ Other recognized _flags_ for a SOCKSPort are:
+ **PreferSOCKSNoAuth**;;
+ Ordinarily, when an application offers both "username/password
+ authentication" and "no authentication" to Tor via SOCKS5, Tor
+ selects username/password authentication so that IsolateSOCKSAuth can
+ work. This can confuse some applications, if they offer a
+ username/password combination then get confused when asked for
+ one. You can disable this behavior, so that Tor will select "No
+ authentication" when IsolateSOCKSAuth is disabled, or when this
+ option is set.
+
**SOCKSListenAddress** __IP__[:__PORT__]::
Bind to this address to listen for connections from Socks-speaking