added dsocks. list now in alpha order. made tor-manual valid HTML 4.01
Thomas Sjögren

Thomas Sjögren commited on 2005-03-12 03:08:45
Zeige 2 geänderte Dateien mit 13 Einfügungen und 13 Löschungen.

... ...
@@ -1,7 +1,7 @@
1
-Content-type: text/html
2
-
3 1
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4
-<HTML><HEAD><TITLE>Man page of TOR</TITLE>
2
+<HTML><HEAD>
3
+<TITLE>Man page of TOR</TITLE> 
4
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> 
5 5
 </HEAD><BODY>
6 6
 <H1>TOR</H1>
7 7
 Section: User Commands  (1)<BR>Updated: November 2004<BR><A HREF="#index">Index</A>
... ...
@@ -42,7 +42,7 @@ Display a short help message and exit.
42 42
 <DL COMPACT>
43 43
 <DT><B>-f </B><I>FILE</I><DD>
44 44
 FILE contains further &quot;option value&quot; pairs. (Default: @CONFDIR@/torrc)
45
-<DT>Other options can be specified either on the command-line (<I>--option<DD>
45
+<DT>Other options can be specified either on the command-line (<I>--option
46 46
 value</I>), or in the configuration file (<I>option value</I>).
47 47
 Options are case-insensitive.
48 48
 <DT><B>Log </B><I>minSeverity</I>[-<I>maxSeverity</I>] <B>stderr</B>|<B>stdout</B>|<B>syslog</B><DD>
... ...
@@ -95,21 +95,21 @@ wiki</a> for other user-contributed documentation, etc.
95 95
 Here's a brief list of programs you might want to use in association
96 96
 with Tor:</p>
97 97
 <p>
98
+<a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: adds proxy support to SSH. (Win32, Linux, BSD, OS X)<br />
99
+<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 />
100
+<a href="http://www.freecap.ru/eng/">Freecap</a>: redirects traffic to a SOCKS server. graphical. (Win32)<br />
98 101
 <a href="http://www.privoxy.org/">Privoxy</a>: an http proxy that
99 102
 speaks socks4a. Also does html/cookie scrubbing. (Win32, Linux, BSD, OS X)<br />
103
+<a href="http://proxychains.sourceforge.net/">Proxychains</a>: proxifier, supports user-defined list of proxies. (Linux, BSD, Solaris)<br />
104
+<a href="http://www.dest-unreach.org/socat/">Socat</a>: multipurpose relay. (Linux, BSD, OS X)<br />
105
+<a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>: redirects traffic to a SOCKS server. graphical. (Win32)  <br />
100 106
 <a href="http://jgillick.nettripper.com/switchproxy/">Switchproxy</a>: Mozilla
101 107
 extension to help you manage your proxy settings. (Firefox, Mozilla, Thunderbird)<br />
102
-Tor-resolve:  turns hostnames into IPs privately via tor, shipped with the Tor package. (Win32, Linux, BSD, OS X) <br />
108
+Tor-resolve:  turns hostnames into IPs privately via Tor, shipped with the Tor package. (Win32, Linux, BSD, OS X) <br />
109
+<a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: similar to sockscap and freecap. has different strengths/weaknesses. (Win32)<br />
110
+<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.
103 111
 <a href="http://tsocks.sourceforge.net/">Tsocks</a>: a program that
104 112
 intercepts connect() system calls and redirects them through Tor. (Linux, BSD)<b>*</b><br /> 
105
-<a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: similar to sockscap and freecap. has different strengths/weaknesses. (Win32)<br />
106
-<a href="http://www.dest-unreach.org/socat/">Socat</a>: multipurpose relay. (Linux, BSD, OS X)<br />
107
-<a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: adds proxy support to SSH. (Win32, Linux, BSD, OS X)<br />
108
-<a href="http://proxychains.sourceforge.net/">Proxychains</a>: proxifier, supports user-defined list of proxies. (Linux, BSD, Solaris)<br />
109
-<a href="http://www.freecap.ru/eng/">Freecap</a>: redirects traffic to a SOCKS server. graphical. (Win32)<br />
110
-<a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>: redirects traffic to a SOCKS server. graphical. (Win32)  <br />
111
-<a href="http://freehaven.net/~aphex/TorControl/release/">TorControl</a>: a basic
112
-Tor controller with GUI. You'll need to set 'ControlPort 9051' in your torrc.
113 113
 </p>
114 114
 Files marked with a <b>*</b> don't deal with <a href="http://tor.eff.org/cvs/tor/doc/CLIENTS">DNS leaks</a>,
115 115
 
116 116