[or-cvs] added dsocks. list now in alpha order. made tor-manual vali...

thomass at seul.org thomass at seul.org
Sat Mar 12 02:08:48 UTC 2005


Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/tmp/cvs-serv25828

Modified Files:
	users.html tor-manual.html 
Log Message:
added dsocks. list now in alpha order. made tor-manual valid HTML 4.01



Index: users.html
===================================================================
RCS file: /home2/or/cvsroot/website/users.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- users.html	12 Mar 2005 01:04:49 -0000	1.11
+++ users.html	12 Mar 2005 02:08:45 -0000	1.12
@@ -95,21 +95,21 @@
 Here's a brief list of programs you might want to use in association
 with Tor:</p>
 <p>
+<a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: adds proxy support to SSH. (Win32, Linux, BSD, OS X)<br />
+<a href="http://monkey.org/~dugsong/dsocks/">Dsocks</a>: SOCKS client wrapper with enough support to use the built-in OpenSSH or Tor local SOCKS proxy. (BSD)<br />
+<a href="http://www.freecap.ru/eng/">Freecap</a>: redirects traffic to a SOCKS server. graphical. (Win32)<br />
 <a href="http://www.privoxy.org/">Privoxy</a>: an http proxy that
 speaks socks4a. Also does html/cookie scrubbing. (Win32, Linux, BSD, OS X)<br />
+<a href="http://proxychains.sourceforge.net/">Proxychains</a>: proxifier, supports user-defined list of proxies. (Linux, BSD, Solaris)<br />
+<a href="http://www.dest-unreach.org/socat/">Socat</a>: multipurpose relay. (Linux, BSD, OS X)<br />
+<a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>: redirects traffic to a SOCKS server. graphical. (Win32)  <br />
 <a href="http://jgillick.nettripper.com/switchproxy/">Switchproxy</a>: Mozilla
 extension to help you manage your proxy settings. (Firefox, Mozilla, Thunderbird)<br />
-Tor-resolve:  turns hostnames into IPs privately via tor, shipped with the Tor package. (Win32, Linux, BSD, OS X) <br />
+Tor-resolve:  turns hostnames into IPs privately via Tor, shipped with the Tor package. (Win32, Linux, BSD, OS X) <br />
+<a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: similar to sockscap and freecap. has different strengths/weaknesses. (Win32)<br />
+<a href="http://freehaven.net/~aphex/TorControl/release/">TorControl</a>: a basic Tor controller with GUI. You'll need to set 'ControlPort 9051' in your torrc.
 <a href="http://tsocks.sourceforge.net/">Tsocks</a>: a program that
 intercepts connect() system calls and redirects them through Tor. (Linux, BSD)<b>*</b><br /> 
-<a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: similar to sockscap and freecap. has different strengths/weaknesses. (Win32)<br />
-<a href="http://www.dest-unreach.org/socat/">Socat</a>: multipurpose relay. (Linux, BSD, OS X)<br />
-<a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: adds proxy support to SSH. (Win32, Linux, BSD, OS X)<br />
-<a href="http://proxychains.sourceforge.net/">Proxychains</a>: proxifier, supports user-defined list of proxies. (Linux, BSD, Solaris)<br />
-<a href="http://www.freecap.ru/eng/">Freecap</a>: redirects traffic to a SOCKS server. graphical. (Win32)<br />
-<a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>: redirects traffic to a SOCKS server. graphical. (Win32)  <br />
-<a href="http://freehaven.net/~aphex/TorControl/release/">TorControl</a>: a basic
-Tor controller with GUI. You'll need to set 'ControlPort 9051' in your torrc.
 </p>
 Files marked with a <b>*</b> don't deal with <a href="http://tor.eff.org/cvs/tor/doc/CLIENTS">DNS leaks</a>,
 

Index: tor-manual.html
===================================================================
RCS file: /home2/or/cvsroot/website/tor-manual.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tor-manual.html	10 Mar 2005 19:24:12 -0000	1.2
+++ tor-manual.html	12 Mar 2005 02:08:45 -0000	1.3
@@ -1,7 +1,7 @@
-Content-type: text/html
-
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<HTML><HEAD><TITLE>Man page of TOR</TITLE>
+<HTML><HEAD>
+<TITLE>Man page of TOR</TITLE> 
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> 
 </HEAD><BODY>
 <H1>TOR</H1>
 Section: User Commands  (1)<BR>Updated: November 2004<BR><A HREF="#index">Index</A>
@@ -42,7 +42,7 @@
 <DL COMPACT>
 <DT><B>-f </B><I>FILE</I><DD>
 FILE contains further &quot;option value&quot; pairs. (Default: @CONFDIR@/torrc)
-<DT>Other options can be specified either on the command-line (<I>--option<DD>
+<DT>Other options can be specified either on the command-line (<I>--option
 value</I>), or in the configuration file (<I>option value</I>).
 Options are case-insensitive.
 <DT><B>Log </B><I>minSeverity</I>[-<I>maxSeverity</I>] <B>stderr</B>|<B>stdout</B>|<B>syslog</B><DD>



More information about the tor-commits mailing list