mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
remove more confusing parts of the README
svn:r577
This commit is contained in:
parent
4d0b8f00b1
commit
5ccb28c335
27
README
27
README
@ -24,29 +24,12 @@ Do you want to run a tor server?
|
|||||||
be able to authenticate to the other tor nodes until I've added you
|
be able to authenticate to the other tor nodes until I've added you
|
||||||
to the directory.
|
to the directory.
|
||||||
|
|
||||||
Command-line web browsing:
|
Configuring tsocks:
|
||||||
|
|
||||||
(First, install and configure Privoxy as described in INSTALL.)
|
If you want to use Tor for protocols that can't use Privoxy, or
|
||||||
For more convenient command-line use, I recommend making a ~/.wgetrc
|
with applications that are not socksified, then download tsocks
|
||||||
with the line
|
(tsocks.sourceforge.net) and configure it to talk to localhost:9050
|
||||||
http_proxy=http://localhost:8118
|
as a socks4 server. My /etc/tsocks.conf simply has:
|
||||||
Then you can do things like "wget seul.org" and watch as it downloads
|
|
||||||
from the onion routing network.
|
|
||||||
|
|
||||||
For fun, you can wget a very large file (a megabyte or more), and
|
|
||||||
then ^z the wget a little bit in. The onion routers will continue
|
|
||||||
talking for a while, queueing around 500k in the kernel-level buffers.
|
|
||||||
When the kernel buffers are full, and the outbuf for the AP connection
|
|
||||||
also fills, the internal congestion control will kick in and the exit
|
|
||||||
connection will stop reading from the webserver. The circuit will
|
|
||||||
wait until you fg the wget -- and other circuits will work just fine
|
|
||||||
throughout. Then try ^z'ing the onion routers, and watch how well it
|
|
||||||
recovers. Then try ^z'ing several of them at once. :)
|
|
||||||
|
|
||||||
How to use it for ssh:
|
|
||||||
|
|
||||||
Download tsocks (tsocks.sourceforge.net) and configure it to talk to
|
|
||||||
localhost:9050 as a socks4 server. My /etc/tsocks.conf simply has:
|
|
||||||
server_port = 9050
|
server_port = 9050
|
||||||
server = 127.0.0.1
|
server = 127.0.0.1
|
||||||
(I had to "cd /usr/lib; ln -s /lib/libtsocks.so" to get the tsocks
|
(I had to "cd /usr/lib; ln -s /lib/libtsocks.so" to get the tsocks
|
||||||
|
@ -53,6 +53,8 @@ well for behemoths like Mozilla.
|
|||||||
|
|
||||||
http: Mozilla: set your socks4 proxy to be the onion proxy (but see above)
|
http: Mozilla: set your socks4 proxy to be the onion proxy (but see above)
|
||||||
privoxy: set your socks4a proxy to be the onion proxy
|
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
|
ssh: tsocks ssh arma@18.244.0.188
|
||||||
ftp: tsocks wget ftp://18.244.0.188/quux.tar --passive
|
ftp: tsocks wget ftp://18.244.0.188/quux.tar --passive
|
||||||
Mozilla: set your socks4 proxy to be the onion proxy
|
Mozilla: set your socks4 proxy to be the onion proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user