diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-17 06:41:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-17 06:41:42 +0000 |
commit | 3b6eecf9eaf67a34cb584df61eb5afde89b652af (patch) | |
tree | 591bfcadef2f689086cfaae933ca66d749987f9f | |
parent | 425cb18e07b2e028b6d8cbda1ffed00043063308 (diff) | |
download | tor-3b6eecf9eaf67a34cb584df61eb5afde89b652af.tar.gz tor-3b6eecf9eaf67a34cb584df61eb5afde89b652af.zip |
mention that tsocks is only needed if your application also doesn't
support http
svn:r3163
-rw-r--r-- | doc/tor-doc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 0cf593e964..6bd1c34652 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -201,7 +201,7 @@ DNS requests when it uses a socks proxy directly</a>. Privoxy also gives you good html scrubbing.</p> <p>You might want to use Tor with an application that doesn't -support socks directly. In this case, you should look at +support socks or http directly. In this case, you should look at using <a href="http://tsocks.sourceforge.net/">tsocks</a> to dynamically replace the system calls in your program to route through Tor. If you want to use socks4a, consider using <a |