Roger Dingledine commited on 2009-06-24 05:17:35
Zeige 1 geänderte Dateien mit 4 Einfügungen und 36 Löschungen.
... | ... |
@@ -40,42 +40,10 @@ may also get stronger anonymity yourself</a>, |
40 | 40 |
since remote sites can't know whether connections originated at your |
41 | 41 |
computer or were relayed from others.</p> |
42 | 42 |
|
43 |
-<p>Setting up a Tor relay is easy and convenient: |
|
44 |
-<ul> |
|
45 |
-<li>Tor has built-in support for <a |
|
46 |
-href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#LimitBandwidth">rate |
|
47 |
-limiting</a>. Further, if you have a fast link |
|
48 |
-but want to limit the number of bytes per day |
|
49 |
-(or week or month) that you donate, check out the <a |
|
50 |
-href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#Hibernation">hibernation |
|
51 |
-feature</a>. |
|
52 |
-</li> |
|
53 |
-<li>Each Tor relay has an <a |
|
54 |
-href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#RunARelayBut">exit |
|
55 |
-policy</a> that specifies what sort of outbound connections are allowed |
|
56 |
-or refused from that relay. If you are uncomfortable allowing people |
|
57 |
-to exit from your relay, you can set it up to only allow connections |
|
58 |
-to other Tor relays. |
|
59 |
-</li> |
|
60 |
-<li>It's fine if the relay goes offline sometimes. The directories |
|
61 |
-notice this quickly and stop advertising the relay. Just try to make |
|
62 |
-sure it's not too often, since connections using the relay when it |
|
63 |
-disconnects will break. |
|
64 |
-</li> |
|
65 |
-<li>We can handle relays with dynamic IPs just fine — simply |
|
66 |
-leave the Address config option blank, and Tor will try to guess. |
|
67 |
-</li> |
|
68 |
-<li>If your relay is behind a NAT and it doesn't know its public |
|
69 |
-IP (e.g. it has an IP of 192.168.x.y), you'll need to set up port |
|
70 |
-forwarding. Forwarding TCP connections is system dependent but <a |
|
71 |
-href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#ServerForFirewalledClients">this |
|
72 |
-FAQ entry</a> offers some examples on how to do this. |
|
73 |
-</li> |
|
74 |
-<li>Your relay will passively estimate and advertise its recent |
|
75 |
-bandwidth capacity, so high-bandwidth relays will attract more users than |
|
76 |
-low-bandwidth ones. Therefore having low-bandwidth relays is useful too. |
|
77 |
-</li> |
|
78 |
-</ul> |
|
43 |
+<p>Setting up a Tor relay is easy and convenient: <a href="<page |
|
44 |
+faq>#RelayFlexible">Tor supports rate limiting, will guess its own IP |
|
45 |
+address, doesn't need to run 24/7, etc.</a> |
|
46 |
+</p> |
|
79 | 47 |
|
80 | 48 |
<p>You can run a Tor relay on |
81 | 49 |
pretty much any operating system, but see <a |
82 | 50 |