diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-11 23:44:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-11 23:44:51 +0000 |
commit | 5ccb28c335959463efd45f304f2a25ebb46a849c (patch) | |
tree | d53c0ecb4ff356b9442a4c1fa78fabc3c300cdea /doc/CLIENTS | |
parent | 4d0b8f00b1795229086f24480e1570fd0a93d76b (diff) | |
download | tor-5ccb28c335959463efd45f304f2a25ebb46a849c.tar.gz tor-5ccb28c335959463efd45f304f2a25ebb46a849c.zip |
remove more confusing parts of the README
svn:r577
Diffstat (limited to 'doc/CLIENTS')
-rw-r--r-- | doc/CLIENTS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CLIENTS b/doc/CLIENTS index 2cf4f1f517..8e98853615 100644 --- a/doc/CLIENTS +++ b/doc/CLIENTS @@ -53,6 +53,8 @@ well for behemoths like Mozilla. http: Mozilla: set your socks4 proxy to be the onion proxy (but see above) privoxy: set your socks4a proxy to be the onion proxy + wget: run privoxy, and then add the line + "http_proxy=http://localhost:8118" to your ~/.wgetrc. ssh: tsocks ssh arma@18.244.0.188 ftp: tsocks wget ftp://18.244.0.188/quux.tar --passive Mozilla: set your socks4 proxy to be the onion proxy |