Andrew Lewman commited on 2007-10-16 07:12:09
Zeige 1 geänderte Dateien mit 403 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -0,0 +1,403 @@ |
| 1 |
+## translation metadata |
|
| 2 |
+# Revision: $Revision: 11912 $ |
|
| 3 |
+ |
|
| 4 |
+#include "head.wmi" TITLE="Download" |
|
| 5 |
+ |
|
| 6 |
+<div class="main-column"> |
|
| 7 |
+ |
|
| 8 |
+<h2>Download current Tor version</h2> |
|
| 9 |
+ |
|
| 10 |
+<p> |
|
| 11 |
+Tor is distributed as <a href="http://www.fsf.org/">Free Software</a> |
|
| 12 |
+under the <a href="<svnsandbox>LICENSE">3-clause BSD license</a>. |
|
| 13 |
+There is no fee for installing Tor or using the Tor network, but |
|
| 14 |
+if you want Tor to become faster and more usable, please consider |
|
| 15 |
+<a href="<page donate>">making a tax deductible donation to the Tor project</a>. |
|
| 16 |
+</p> |
|
| 17 |
+ |
|
| 18 |
+<table width="100%" border="1" cellspacing="0" cellpadding="2"> |
|
| 19 |
+<thead> |
|
| 20 |
+<tr> |
|
| 21 |
+<th>Platform</th> |
|
| 22 |
+<th>Package</th> |
|
| 23 |
+</tr> |
|
| 24 |
+</thead> |
|
| 25 |
+ |
|
| 26 |
+<tr> |
|
| 27 |
+<td>Windows<br><a href="<page docs/tor-doc-win32>">Install & configure guide</a></td> |
|
| 28 |
+<td> |
|
| 29 |
+Tor & Privoxy & Vidalia bundle (recommended): |
|
| 30 |
+<a href="<package-win32-bundle-stable>"><version-win32-bundle-stable></a> (<a href="<package-win32-bundle-stable-sig>">sig</a>) |
|
| 31 |
+<br> |
|
| 32 |
+Expert install <a href="<page docs/tor-doc-unix>#privoxy">(use UNIX instructions)</a>: |
|
| 33 |
+<a href="<package-win32-stable>"><version-win32-stable></a> |
|
| 34 |
+(<a href="<package-win32-stable-sig>">sig</a>) |
|
| 35 |
+</td> |
|
| 36 |
+</tr> |
|
| 37 |
+ |
|
| 38 |
+<tr> |
|
| 39 |
+<td> |
|
| 40 |
+Mac OS X<br> |
|
| 41 |
+<a href="<page docs/tor-doc-osx>">Install & configure guide</a> |
|
| 42 |
+</td> |
|
| 43 |
+ |
|
| 44 |
+<td> |
|
| 45 |
+Tor & Privoxy & Vidalia bundle (recommended):<br> |
|
| 46 |
+    10.4 (Tiger) Universal Binary: |
|
| 47 |
+<a href="<package-osx-bundle-stable>"><version-osx-bundle-stable></a> (<a href="<package-osx-bundle-stable-sig>">sig</a>) |
|
| 48 |
+ |
|
| 49 |
+<br> |
|
| 50 |
+    10.3 (Panther): |
|
| 51 |
+<a href="<package-oldosx-bundle-stable>"><version-oldosx-bundle-stable></a> (<a |
|
| 52 |
+href="<package-oldosx-bundle-stable-sig>">sig</a>) |
|
| 53 |
+ |
|
| 54 |
+<br> |
|
| 55 |
+Packages for experts: |
|
| 56 |
+Tor & Privoxy only bundle (experts only):<br> |
|
| 57 |
+    10.4 (Tiger) Universal Binary: |
|
| 58 |
+<a href="<package-osx-stable>"><version-osx-stable></a> (<a href="<package-osx-stable-sig>">sig</a>) |
|
| 59 |
+ |
|
| 60 |
+<br> |
|
| 61 |
+    10.3 (Panther): |
|
| 62 |
+<a href="<package-oldosx-stable>"><version-oldosx-stable></a> (<a |
|
| 63 |
+href="<package-oldosx-stable-sig>">sig</a>) |
|
| 64 |
+</td> |
|
| 65 |
+</tr> |
|
| 66 |
+ |
|
| 67 |
+<tr> |
|
| 68 |
+<td> |
|
| 69 |
+Linux/Unix packages<br> |
|
| 70 |
+<a href="<page docs/tor-doc-unix>">Install & configure guide</a> |
|
| 71 |
+</td> |
|
| 72 |
+<td><a href="<page download-unix>">Linux/Unix download page</a></td> |
|
| 73 |
+</tr> |
|
| 74 |
+ |
|
| 75 |
+</table> |
|
| 76 |
+ |
|
| 77 |
+<br> |
|
| 78 |
+ |
|
| 79 |
+<a id="Warning"></a> |
|
| 80 |
+<b><a class="anchor" href="#Warning">Warning: Want Tor to really |
|
| 81 |
+work?</a></b> |
|
| 82 |
+ |
|
| 83 |
+<p>...then please don't just install it and go on. You need to change |
|
| 84 |
+some of your habits, and reconfigure your software! |
|
| 85 |
+Tor by itself is <b>NOT</b> all you need to maintain your anonymity. |
|
| 86 |
+There are several major pitfalls to watch out for: |
|
| 87 |
+</p> |
|
| 88 |
+ |
|
| 89 |
+<ol> |
|
| 90 |
+<li>Tor only protects Internet applications that are configured to |
|
| 91 |
+send their traffic through Tor — it doesn't magically anonymize |
|
| 92 |
+all your traffic just because you install it. We recommend you |
|
| 93 |
+use <a href="http://www.mozilla.org/firefox">Firefox</a> with the <a |
|
| 94 |
+href="https://addons.mozilla.org/firefox/2275/">Torbutton</a> extension. |
|
| 95 |
+<!-- , and follow <a href="comingsoon">other recommendations for other |
|
| 96 |
+supported applications</a>. --> |
|
| 97 |
+</li> |
|
| 98 |
+ |
|
| 99 |
+<li>Browser plugins such as Java, Flash, ActiveX, RealPlayer, |
|
| 100 |
+Quicktime, Adobe's PDF plugin, and others can be manipulated |
|
| 101 |
+into revealing your IP address. You should probably uninstall your plugins |
|
| 102 |
+(go to "about:plugins" to see what is installed), or investigate <a |
|
| 103 |
+href="https://addons.mozilla.org/firefox/1237/">QuickJava</a>, <a |
|
| 104 |
+href="https://addons.mozilla.org/firefox/433/">FlashBlock</a>, and |
|
| 105 |
+<a href="http://noscript.net/">NoScript</a> |
|
| 106 |
+if you really need them. Consider removing extensions that look up |
|
| 107 |
+more information about the websites you type in (like Google toolbar), |
|
| 108 |
+as they may bypass Tor and/or broadcast sensitive information. Some |
|
| 109 |
+people prefer using two browsers (one for Tor, one for unsafe browsing). |
|
| 110 |
+<!-- You may even want to use a text browser, such as <a |
|
| 111 |
+href="http://lynx.browser.org/">lynx</a> when you are using Tor. --> |
|
| 112 |
+<!-- You may also find |
|
| 113 |
+<a href="https://addons.mozilla.org/firefox/722/">NoScript</a> and <a |
|
| 114 |
+href="https://addons.mozilla.org/firefox/1865/">AdBlock</a> helpful. --> |
|
| 115 |
+</li> |
|
| 116 |
+ |
|
| 117 |
+<li>Beware of cookies: if you ever browse without Tor and Privoxy |
|
| 118 |
+and a site gives you a cookie, that cookie could identify you even when |
|
| 119 |
+you start using Tor again. You should clear your cookies frequently. <a |
|
| 120 |
+href="https://addons.mozilla.org/firefox/82/">CookieCuller</a> can help |
|
| 121 |
+protect any cookies you do not want to lose. |
|
| 122 |
+</li> |
|
| 123 |
+ |
|
| 124 |
+<li>Tor anonymizes the origin of your traffic, |
|
| 125 |
+and it encrypts everything inside the Tor network, but <a |
|
| 126 |
+href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ExitEavesdroppers">it |
|
| 127 |
+can't encrypt your traffic between the Tor network and its final |
|
| 128 |
+destination.</a> |
|
| 129 |
+If you are communicating sensitive information, you should use as much |
|
| 130 |
+care as you would on the normal scary Internet — use SSL or other |
|
| 131 |
+end-to-end encryption and authentication. |
|
| 132 |
+</li> |
|
| 133 |
+ |
|
| 134 |
+<li>While Tor blocks attackers |
|
| 135 |
+on your local network from discovering or influencing your destination, |
|
| 136 |
+it opens new risks: malicious or misconfigured Tor exit nodes can send |
|
| 137 |
+you the wrong page, or even send you embedded Java applets disguised as |
|
| 138 |
+domains you trust. |
|
| 139 |
+</li> |
|
| 140 |
+</ol> |
|
| 141 |
+ |
|
| 142 |
+<p>Be smart and learn more. Understand what Tor does and does not offer. |
|
| 143 |
+This list of pitfalls isn't complete, and we need your |
|
| 144 |
+help <a href="<page volunteer>#Documentation">identifying and documenting |
|
| 145 |
+all the issues</a>. |
|
| 146 |
+</p> |
|
| 147 |
+ |
|
| 148 |
+<h2>Developers: test releases & source code</h2> |
|
| 149 |
+ |
|
| 150 |
+<p> |
|
| 151 |
+These releases are alpha, and are released for testing and development purposes. |
|
| 152 |
+Even though these have a higher version number than the stable versions |
|
| 153 |
+listed above, there is a much higher chance of serious bugs in these downloads. |
|
| 154 |
+Unless you have a specific reason to use these alpha builds, please use |
|
| 155 |
+the stable versions above for better reliability and security. |
|
| 156 |
+</p> |
|
| 157 |
+ |
|
| 158 |
+<table width="100%" border="1" cellspacing="0" cellpadding="2"> |
|
| 159 |
+<thead> |
|
| 160 |
+<tr> |
|
| 161 |
+<th>Platform</th> |
|
| 162 |
+<th>Package</th> |
|
| 163 |
+</tr> |
|
| 164 |
+</thead> |
|
| 165 |
+ |
|
| 166 |
+<tr> |
|
| 167 |
+<td>Windows<br><a href="<page docs/tor-doc-win32>">Install & configure guide</a></td> |
|
| 168 |
+<td> |
|
| 169 |
+Tor & Privoxy & Vidalia bundle (recommended): |
|
| 170 |
+<a href="<package-win32-bundle-alpha>"><version-win32-bundle-alpha></a> (<a href="<package-win32-bundle-alpha-sig>">sig</a>) |
|
| 171 |
+<br> |
|
| 172 |
+Expert install <a href="<page docs/tor-doc-unix>#privoxy">(use UNIX instructions)</a>: |
|
| 173 |
+<a href="<package-win32-alpha>"><version-win32-alpha></a> |
|
| 174 |
+(<a href="<package-win32-alpha-sig>">sig</a>) |
|
| 175 |
+</td> |
|
| 176 |
+</tr> |
|
| 177 |
+ |
|
| 178 |
+<tr> |
|
| 179 |
+<td> |
|
| 180 |
+Mac OS X<br> |
|
| 181 |
+<a href="<page docs/tor-doc-osx>">Install & configure guide</a> |
|
| 182 |
+</td> |
|
| 183 |
+ |
|
| 184 |
+<td> |
|
| 185 |
+Tor & Privoxy & Vidalia bundle (recommended):<br> |
|
| 186 |
+    10.4 (Tiger) Universal Binary: |
|
| 187 |
+<a href="<package-osx-bundle-alpha>"><version-osx-bundle-alpha></a> (<a href="<package-osx-bundle-alpha-sig>">sig</a>) |
|
| 188 |
+ |
|
| 189 |
+<br> |
|
| 190 |
+    10.3 (Panther): |
|
| 191 |
+<a href="<package-oldosx-bundle-alpha>"><version-oldosx-bundle-alpha></a> (<a |
|
| 192 |
+href="<package-oldosx-bundle-alpha-sig>">sig</a>) |
|
| 193 |
+ |
|
| 194 |
+<br> |
|
| 195 |
+Packages for experts: |
|
| 196 |
+Tor & Privoxy only (experts only):<br> |
|
| 197 |
+    10.4 (Tiger) Universal Binary: |
|
| 198 |
+<a href="<package-osx-alpha>"><version-osx-alpha></a> (<a href="<package-osx-alpha-sig>">sig</a>) |
|
| 199 |
+ |
|
| 200 |
+<br> |
|
| 201 |
+    10.3 (Panther): |
|
| 202 |
+<a href="<package-oldosx-alpha>"><version-oldosx-alpha></a> (<a |
|
| 203 |
+href="<package-oldosx-alpha-sig>">sig</a>) |
|
| 204 |
+</td> |
|
| 205 |
+</tr> |
|
| 206 |
+ |
|
| 207 |
+<tr> |
|
| 208 |
+<td> |
|
| 209 |
+Linux/Unix packages<br> |
|
| 210 |
+<a href="<page docs/tor-doc-unix>">Install & configure guide</a> |
|
| 211 |
+</td> |
|
| 212 |
+<td><a href="<page download-unix>">Linux/Unix download page</a></td> |
|
| 213 |
+</tr> |
|
| 214 |
+ |
|
| 215 |
+<tr> |
|
| 216 |
+<td> |
|
| 217 |
+Source tarballs<br> |
|
| 218 |
+<kbd>./configure && make && src/or/tor</kbd> |
|
| 219 |
+</td> |
|
| 220 |
+<td> |
|
| 221 |
+Stable: <a href="<package-source-stable>"><version-stable></a> (<a href="<package-source-stable-sig>">sig</a>)<br> |
|
| 222 |
+Alpha: <a href="<package-source-alpha>"><version-alpha></a> (<a href="<package-source-alpha-sig>">sig</a>) |
|
| 223 |
+</td> |
|
| 224 |
+</tr> |
|
| 225 |
+ |
|
| 226 |
+</table> |
|
| 227 |
+<br> |
|
| 228 |
+ |
|
| 229 |
+<p> |
|
| 230 |
+See the <a href="<page documentation>#Developers">developer |
|
| 231 |
+documentation</a> for instructions on fetching Tor from SVN to get |
|
| 232 |
+the latest development version. Note that this version may not work or |
|
| 233 |
+even compile! |
|
| 234 |
+</p> |
|
| 235 |
+ |
|
| 236 |
+<h2>More Information</h2> |
|
| 237 |
+ |
|
| 238 |
+<p> |
|
| 239 |
+To keep informed of security advisories and new stable releases (you will |
|
| 240 |
+need to confirm via email), subscribe to the |
|
| 241 |
+<a href="http://archives.seul.org/or/announce/">or-announce mailing list</a> |
|
| 242 |
+</p> |
|
| 243 |
+ |
|
| 244 |
+<form action="http://freehaven.net/cgi-bin/majordomo.cgi"> |
|
| 245 |
+<input type="hidden" name="mlist" value="or-announce"> |
|
| 246 |
+<input type="hidden" name="subscribe" value="1"> |
|
| 247 |
+<input type="hidden" name="host" value="freehaven.net"> |
|
| 248 |
+<input name="email" size="15"> |
|
| 249 |
+<input type="submit" value="subscribe"> |
|
| 250 |
+</form> |
|
| 251 |
+ |
|
| 252 |
+<p>There is also an <a |
|
| 253 |
+href="http://rss.gmane.org/gmane.network.onion-routing.announce">RSS |
|
| 254 |
+feed</a> of the or-announce list at <a |
|
| 255 |
+href="http://gmane.org">gmane.org</a>.</p> |
|
| 256 |
+ |
|
| 257 |
+<p> |
|
| 258 |
+If you have trouble downloading Tor from this site, |
|
| 259 |
+here is a <a href="<page mirrors>">list of |
|
| 260 |
+sites mirroring the Tor site</a>. Here is a <a |
|
| 261 |
+href="http://opensource.depthstrike.com/?category=tor">page with torrents |
|
| 262 |
+for each download above</a>. You can also download the |
|
| 263 |
+<a href="dist/">Privoxy source</a> |
|
| 264 |
+or <a href="dist/vidalia-bundles/?C=M;O=D">Vidalia source</a>. |
|
| 265 |
+</p> |
|
| 266 |
+ |
|
| 267 |
+<p> |
|
| 268 |
+See our <a |
|
| 269 |
+href="http://wiki.noreply.org/noreply/TheOnionRouter/VerifyingSignatures">FAQ |
|
| 270 |
+entry on verifying package signatures</a>, which allows |
|
| 271 |
+you to make sure you've downloaded the file we intended you to get. |
|
| 272 |
+</p> |
|
| 273 |
+ |
|
| 274 |
+<a id="ChangeLog"></a> |
|
| 275 |
+<p> |
|
| 276 |
+For a list of all changes made in various Tor releases, see the |
|
| 277 |
+<a href="<svnsandbox>ChangeLog">ChangeLog</a>. |
|
| 278 |
+</p> |
|
| 279 |
+ |
|
| 280 |
+<a id="Stable"></a> |
|
| 281 |
+<h2><a class="anchor" href="#Stable">Recent changes to stable releases</a></h2> |
|
| 282 |
+ |
|
| 283 |
+<p>2007-08-30: |
|
| 284 |
+Tor 0.1.2.17 |
|
| 285 |
+<a href="http://archives.seul.org/or/announce/Aug-2007/msg00001.html">features |
|
| 286 |
+a new Vidalia version in the Windows and OS X bundles. Vidalia 0.0.14 |
|
| 287 |
+makes authentication required for the ControlPort in the default |
|
| 288 |
+configuration, which addresses important security risks. In addition, |
|
| 289 |
+this update fixes major load balancing problems with path selection, |
|
| 290 |
+which should speed things up a lot once many people have upgraded</a>. |
|
| 291 |
+</p> |
|
| 292 |
+ |
|
| 293 |
+<p>2007-08-01: |
|
| 294 |
+Tor 0.1.2.16 |
|
| 295 |
+<a href="http://archives.seul.org/or/announce/Aug-2007/msg00000.html"> |
|
| 296 |
+fixes a critical security vulnerability for most users, specifically |
|
| 297 |
+those running Vidalia, TorK, etc. Everybody should upgrade</a>. |
|
| 298 |
+</p> |
|
| 299 |
+ |
|
| 300 |
+<p>2007-07-17: |
|
| 301 |
+Tor 0.1.2.15 <a |
|
| 302 |
+href="http://archives.seul.org/or/announce/Jul-2007/msg00000.html">fixes |
|
| 303 |
+several crash bugs, fixes some anonymity-related problems, fixes |
|
| 304 |
+compilation on BSD, and fixes a variety of other bugs</a>. |
|
| 305 |
+</p> |
|
| 306 |
+ |
|
| 307 |
+<p>2007-05-25: |
|
| 308 |
+Tor 0.1.2.14 <a |
|
| 309 |
+href="http://archives.seul.org/or/announce/May-2007/msg00000.html">changes |
|
| 310 |
+the addresses of two directory authorities (this change especially affects |
|
| 311 |
+those who serve or use hidden services), and fixes several other crash- |
|
| 312 |
+and security-related bugs</a>. |
|
| 313 |
+</p> |
|
| 314 |
+ |
|
| 315 |
+<p>2007-04-23: |
|
| 316 |
+Tor 0.1.2.13 features |
|
| 317 |
+<a href="http://archives.seul.org/or/announce/Apr-2007/msg00000.html"> |
|
| 318 |
+some major anonymity fixes, such as safer path selection; better client |
|
| 319 |
+performance; faster bootstrapping, better address detection, and better |
|
| 320 |
+DNS support for servers; write limiting as well as read limiting to |
|
| 321 |
+make servers easier to run; and a huge pile of other features and bug |
|
| 322 |
+fixes</a>. The bundles also ship with Vidalia 0.0.11. |
|
| 323 |
+</p> |
|
| 324 |
+ |
|
| 325 |
+ |
|
| 326 |
+<a id="Testing"></a> |
|
| 327 |
+<h2><a class="anchor" href="#Testing">Recent changes to developer (testing/alpha) releases</a></h2> |
|
| 328 |
+ |
|
| 329 |
+<p>2007-10-12: |
|
| 330 |
+Tor 0.2.0.8-alpha |
|
| 331 |
+<a href="http://archives.seul.org/or/talk/Oct-2007/msg00123.html">fixes |
|
| 332 |
+a crash bug that's been bothering us since February 2007, lets |
|
| 333 |
+bridge authorities store a list of bridge descriptors they've seen, |
|
| 334 |
+gets v3 directory voting closer to working, starts caching v3 directory |
|
| 335 |
+consensus documents on directory mirrors, and fixes a variety of smaller |
|
| 336 |
+issues including some minor memory leaks</a>. |
|
| 337 |
+The Windows bundle also includes the new <a |
|
| 338 |
+href="https://torbutton.torproject.org/dev/">development Torbutton |
|
| 339 |
+version 1.1.8</a>, which improves usability and compatibility over 1.1.7. |
|
| 340 |
+Windows users are encouraged to |
|
| 341 |
+back up their Firefox settings before upgrading. |
|
| 342 |
+</p> |
|
| 343 |
+ |
|
| 344 |
+<p>2007-09-21: |
|
| 345 |
+Tor 0.2.0.7-alpha |
|
| 346 |
+<a href="http://archives.seul.org/or/talk/Sep-2007/msg00361.html">makes |
|
| 347 |
+bridges work again, makes bridge authorities work for the first time, |
|
| 348 |
+fixes two huge performance flaws in hidden services, and fixes a variety |
|
| 349 |
+of minor issues</a>. The Windows bundle also includes the new <a |
|
| 350 |
+href="https://torbutton.torproject.org/dev/">development Torbutton version |
|
| 351 |
+1.1.7</a>, which clears cookies and disables a lot of other dangerous |
|
| 352 |
+web behavior. Windows users are encouraged to back up their Firefox |
|
| 353 |
+settings before upgrading. |
|
| 354 |
+</p> |
|
| 355 |
+ |
|
| 356 |
+<p>2007-08-26: |
|
| 357 |
+Tor 0.2.0.6-alpha |
|
| 358 |
+<a href="http://archives.seul.org/or/talk/Aug-2007/msg00215.html">features |
|
| 359 |
+a new Vidalia version in the Windows and OS X bundles. Vidalia 0.0.14 |
|
| 360 |
+makes authentication required for the ControlPort in the default |
|
| 361 |
+configuration, which addresses important security risks. |
|
| 362 |
+In addition, this snapshot fixes major load balancing problems |
|
| 363 |
+with path selection, which should speed things up a lot once many |
|
| 364 |
+people have upgraded. The directory authorities also use a new |
|
| 365 |
+mean-time-between-failure approach to tracking which servers are stable, |
|
| 366 |
+rather than just looking at the most recent uptime</a>. |
|
| 367 |
+</p> |
|
| 368 |
+ |
|
| 369 |
+<p>2007-08-19: |
|
| 370 |
+Tor 0.2.0.5-alpha |
|
| 371 |
+<a href="http://archives.seul.org/or/talk/Aug-2007/msg00187.html">fixes |
|
| 372 |
+compilation on Windows again; fixes an obnoxious client-side bug that |
|
| 373 |
+slowed things down and put extra load on the network; gets us closer to |
|
| 374 |
+using the v3 directory voting scheme; makes it easier for Tor controllers |
|
| 375 |
+to use cookie-based authentication; and fixes a variety of other bugs</a>. |
|
| 376 |
+</p> |
|
| 377 |
+ |
|
| 378 |
+<p>2007-08-01: |
|
| 379 |
+Tor 0.2.0.4-alpha |
|
| 380 |
+<a href="http://archives.seul.org/or/talk/Aug-2007/msg00109.html">fixes |
|
| 381 |
+a critical security vulnerability for most users, specifically |
|
| 382 |
+those running Vidalia, TorK, etc</a>. Everybody should upgrade. |
|
| 383 |
+</p> |
|
| 384 |
+ |
|
| 385 |
+<p>2007-07-29: |
|
| 386 |
+Tor 0.2.0.3-alpha |
|
| 387 |
+<a href="http://archives.seul.org/or/talk/Aug-2007/msg00109.html"> |
|
| 388 |
+introduces new experimental blocking-resistance features and a |
|
| 389 |
+preliminary version of the v3 directory voting design, and includes |
|
| 390 |
+many other smaller features and bugfixes</a>. |
|
| 391 |
+</p> |
|
| 392 |
+ |
|
| 393 |
+<p>2007-06-02: |
|
| 394 |
+Tor 0.2.0.1-alpha and 0.2.0.2-alpha |
|
| 395 |
+<a href="http://archives.seul.org/or/talk/Jun-2007/msg00026.html">provide |
|
| 396 |
+new features for people running Tor as both a client and a server (check |
|
| 397 |
+out the new RelayBandwidth config options); let Tor run as a DNS proxy; |
|
| 398 |
+and generally move us forward on a lot of fronts</a>. |
|
| 399 |
+</p> |
|
| 400 |
+ |
|
| 401 |
+</div><!-- #main --> |
|
| 402 |
+ |
|
| 403 |
+#include <foot.wmi> |
|
| 0 | 404 |