0afaac2c78ef832a083d412f0338271fc2e46e72
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Users</title>
7)   <meta name="Author" content="Roger Dingledine" />
8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11) </head>
12) 
13) <body>
14) 
15) <!-- TITLE BAR & NAVIGATION -->
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

16) 
le@svn.torproject.org made a simple change to the...

le@svn.torproject.org authored 18 years ago

17) <div class="center">
18) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

19) <table class="banner" border="0" cellpadding="0" cellspacing="0">
20)     <tr>
21)         <td class="banner-left"></td>
22)         <td class="banner-middle">
23)             <a href="index.html">Home</a>
24)           | <a href="howitworks.html">How It Works</a>
25)           | <a href="download.html">Download</a>
26)           | <a href="documentation.html">Docs</a>
27)           | <a class="current">Users</a>
28)           | <a href="faq.html">FAQs</a>
Roger Dingledine call it Volunteer in the na...

Roger Dingledine authored 18 years ago

29)           | <a href="volunteer.html">Volunteer</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

30)           | <a href="developers.html">Developers</a>
31)           | <a href="research.html">Research</a>
32)           | <a href="people.html">People</a>
33)         </td>
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

34) 	<td class="banner-right">
35) 		<a href="/"><img src="/images/en.png" border="0" alt="English"></a>
Roger Dingledine fix links to translation pages

Roger Dingledine authored 18 years ago

36) 		<a href="/index.it.html"><img src="/images/it.png" border="0" alt="Italiano"></a>
37) 		<a href="/index.de.html"><img src="/images/de.png" border="0" alt="Deutsch"></a> 
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

38) 	</td>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

39)     </tr>
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

40) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

41) 
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

42) <!-- END TITLE BAR & NAVIGATION -->
43) 
44) <div class="main-column">
45) 
46) <h2>Tor: Users</h2>
47) <hr />
48) 
Thomas Sjögren irc -> IRC. add link to use...

Thomas Sjögren authored 19 years ago

49) <p>We have an IRC discussion channel for users and operators. Go to 
50) <a href="irc://irc.oftc.net/tor">#tor on irc.oftc.net</a>.</p>
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

51) 
52) <p>We have a <a
Roger Dingledine change bugtracker url

Roger Dingledine authored 19 years ago

53) href="http://bugs.noreply.org/tor">bugtracker</a>.
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

54) If you have a bug, especially a crash bug, read our <a
Roger Dingledine update a link to a faq entry

Roger Dingledine authored 18 years ago

55) href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ#ServerCrashing">how
Roger Dingledine start calling our faq a faq...

Roger Dingledine authored 19 years ago

56) to report a Tor bug</a> FAQ wiki entry first and then go to the bugtracker
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

57) and tell us as much information about it as you can. (If your bug is
58) with Privoxy, your browser, or some other application, please don't put
59) it in our bugtracker.)
60) </p>
61) 
62) <p>Check out <a
63) href="http://www.noreply.org/tor-running-routers/">weasel's graph of
Roger Dingledine upcase 'tor' on website men...

Roger Dingledine authored 19 years ago

64) the number of Tor servers over time</a>. To learn more details of the
Roger Dingledine link to geoff's script

Roger Dingledine authored 19 years ago

65) current Tor nodes, look at Geoff Goodell's <a
66) href="http://serifos.eecs.harvard.edu:8000/cgi-bin/exit.pl">list
67) of Tor exit nodes by country</a>. You can also <a
68) href="http://belegost.seul.org/">fetch the latest dynamically generated
69) directory directly</a>. (Your Tor client fetches this automatically,
70) so loading it yourself is just for novelty.)
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

71) </p>
72) 
73) <p>
74) <a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
Roger Dingledine address bug #60

Roger Dingledine authored 19 years ago

75) of some hidden services and other things. You need Tor and a proxy like
76) Privoxy to access it.
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

77) </p>
78) 
79) <p>
80) See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
81) wiki</a> for other user-contributed documentation, etc.
82) </p>
83) 
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

84) <hr />
85) <p>
86) Here's a brief list of programs you might want to use in association
87) with Tor:</p>
88) <p>
Roger Dingledine mention antinat on users.html

Roger Dingledine authored 18 years ago

89) <a href="http://antinat.sourceforge.net/">Antinat</a>: seems to be a socks client library (and server, but you'd only want the client side) that supports socks4a.<br />
Thomas Sjögren added dsocks. list now in a...

Thomas Sjögren authored 19 years ago

90) <a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: adds proxy support to SSH. (Win32, Linux, BSD, OS X)<br />
91) <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 />
92) <a href="http://www.freecap.ru/eng/">Freecap</a>: redirects traffic to a SOCKS server. graphical. (Win32)<br />
Roger Dingledine add link to kernel socks bo...

Roger Dingledine authored 19 years ago

93) <a href="http://ksb.sourceforge.net/">Kernel socks bouncer</a>: redirects certain streams into Tor. Doesn't deal with DNS. Linux 2.6 only.<br />
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

94) <a href="http://www.privoxy.org/">Privoxy</a>: an http proxy that
95) speaks socks4a. Also does html/cookie scrubbing. (Win32, Linux, BSD, OS X)<br />
Thomas Sjögren added dsocks. list now in a...

Thomas Sjögren authored 19 years ago

96) <a href="http://proxychains.sourceforge.net/">Proxychains</a>: proxifier, supports user-defined list of proxies. (Linux, BSD, Solaris)<br />
97) <a href="http://www.dest-unreach.org/socat/">Socat</a>: multipurpose relay. (Linux, BSD, OS X)<br />
98) <a href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>: redirects traffic to a SOCKS server. graphical. (Win32)  <br />
Roger Dingledine clean up list a bit more

Roger Dingledine authored 19 years ago

99) <a href="http://jgillick.nettripper.com/switchproxy/">Switchproxy</a>: Mozilla
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

100) extension to help you manage your proxy settings. (Firefox, Mozilla, Thunderbird)<br />
Thomas Sjögren added dsocks. list now in a...

Thomas Sjögren authored 19 years ago

101) Tor-resolve:  turns hostnames into IPs privately via Tor, shipped with the Tor package. (Win32, Linux, BSD, OS X) <br />
102) <a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: similar to sockscap and freecap. has different strengths/weaknesses. (Win32)<br />
Roger Dingledine mention a few more compleme...

Roger Dingledine authored 19 years ago

103) <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. <br />
Thomas Sjögren add transsocks and transpro...

Thomas Sjögren authored 19 years ago

104) <a href="http://sourceforge.net/projects/transocks/">Transocks</a>: Transparent proxy to redirect traffic through a SOCKS proxy. Uses iptables. (Linux)<br />
105) <a href="http://transproxy.sourceforge.net/">Transproxy</a>: Transparent proxy for HTTP requests with ipfw, ipnet, ipfwadm, ipchains or iptables . (FreeBSD, Linux).<br />
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

106) <a href="http://tsocks.sourceforge.net/">Tsocks</a>: a program that
107) intercepts connect() system calls and redirects them through Tor. (Linux, BSD)<b>*</b><br /> 
108) </p>
Thomas Sjögren point to Wiki about socks a...

Thomas Sjögren authored 19 years ago

109) Files marked with a <b>*</b> don't deal with <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">DNS leaks</a>,
Thomas Sjögren Filled in the blanks in the...

Thomas Sjögren authored 19 years ago

110)