[or-cvs] minor fixes; bump to 0.0.2pre10

Roger Dingledine arma at seul.org
Tue Oct 7 21:28:02 UTC 2003


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc

Modified Files:
	CLIENTS 
Log Message:
minor fixes; bump to 0.0.2pre10


Index: CLIENTS
===================================================================
RCS file: /home/or/cvsroot/doc/CLIENTS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CLIENTS	18 Apr 2003 18:57:22 -0000	1.2
+++ CLIENTS	7 Oct 2003 21:27:29 -0000	1.3
@@ -43,15 +43,15 @@
 In general this works quite well for command-line processes like finger,
 ssh, etc. But there are a couple of catches: A) tsocks doesn't intercept
 calls to gethostbyname. So unless you specify an IP rather than hostname,
-you'll be giving yourself away. B) Programs which are suid root (or
-anybody else) don't let you intercept the system calls -- ssh falls into
-this category. But you can make a local copy of ssh and use that. C)
-Probably tsocks doesn't behave well for behemoths like Mozilla.
+you'll be giving yourself away. B) Programs which are suid don't let you
+intercept the system calls -- ssh falls into this category. But you can
+make a local copy of ssh and use that. C) Probably tsocks doesn't behave
+well for behemoths like Mozilla.
 
 
     Part three: applications which support tor correctly
 
-http: Mozilla: set your socks4 proxy to be the onion proxy
+http: Mozilla: set your socks4 proxy to be the onion proxy (but see above)
       privoxy: set your socks4a proxy to be the onion proxy
 ssh: tsocks ssh arma at 18.244.0.188
 ftp: tsocks wget ftp://18.244.0.188/quux.tar --passive



More information about the tor-commits mailing list