diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-07-19 02:36:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-07-19 02:44:12 -0400 |
commit | 12dfb4f5d8cfb0f244b4a1ae3cc3af237a3034e7 (patch) | |
tree | c018f20c7eddeb50db9c7ec7fb106d2fd666ba0f /doc | |
parent | 94f85f216ae4b6196d2a3438bfaf328375ebaad6 (diff) | |
download | tor-12dfb4f5d8cfb0f244b4a1ae3cc3af237a3034e7.tar.gz tor-12dfb4f5d8cfb0f244b4a1ae3cc3af237a3034e7.zip |
Use socks username/password information in stream isolation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 8241eeb3c3..821098b56e 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -700,7 +700,6 @@ The following options are useful only for clients (that is, if Don't share a circuits with streams for which different SOCKS authentication was provided. (On by default; you can disable it with **NoIsolateSOCKSAuth**.) - [NOT YET IMPLEMENTED.] **IsolateClientProtocol**;; Don't share circuits with streams using a different protocol. (SOCKS 4, SOCKS 5, TransPort connections, NATDPort connections, |