Remove suggestion to run a relay with Tor Browser
Sebastian Hahn

Sebastian Hahn commited on 2016-02-05 21:34:11
Zeige 1 geänderte Dateien mit 5 Einfügungen und 15 Löschungen.


Fixes #16704. Also de-emphasize some other OSes. Relays belong in data
centers these days
... ...
@@ -23,8 +23,8 @@
23 23
     </p>
24 24
 
25 25
     <p>You can run a Tor relay on pretty much any operating system. Tor relays
26
-    work best on Linux, OS X Lion or later, FreeBSD 5.x+, NetBSD 5.x+, and
27
-    Windows Server 2003 or later.
26
+    work best on current distributions of Linux, FreeBSD, NetBSD, and
27
+    Windows Server or later.
28 28
     </p>
29 29
 
30 30
     <p>
... ...
@@ -37,15 +37,6 @@
37 37
     with those operating systems.
38 38
     </p>
39 39
 
40
-    <p>Alas, since Vidalia (a graphical interface for Tor) is <a
41
-    href="<page docs/faq>#WhereDidVidaliaGo">no longer included</a>
42
-    in Tor Browser, there are currently no
43
-    easy relay packages for Windows and OS X users. One option might be to run
44
-    Debian in a VM, or use a different means of getting a Tor binary on
45
-    your system (Expert Bundle, Homebrew, Macports). Please help make
46
-    this process easier!
47
-    </p>
48
-
49 40
     <hr>
50 41
     <a id="torrc"></a>
51 42
     <h2><a class="anchor" href="#torrc">Configure Tor by editing the torrc file</a></h2>
... ...
@@ -53,10 +44,9 @@
53 44
 
54 45
     <p>
55 46
     Tor's
56
-    configuration file is named 'torrc'. In the Tor Browser folder, it's
57
-    located at</p>
58
-    <pre>Data\Tor\torrc</pre>
59
-    <p>Open the file with a text editor and add the following lines:</p>
47
+    configuration file is named 'torrc'.</p>
48
+    <p>Locate the file on your system, open it with a text editor and add the
49
+    following lines:</p>
60 50
 
61 51
     <pre>
62 52
     ORPort 443
63 53