migrate the ManyRelays faq entry
Roger Dingledine

Roger Dingledine commited on 2011-02-05 06:43:23
Zeige 1 geänderte Dateien mit 38 Einfügungen und 0 Löschungen.

... ...
@@ -69,6 +69,7 @@
69 69
     with abuse issues.</a></li>
70 70
     <li><a href="#RelayOrBridge">Should I be a normal relay or bridge
71 71
     relay?</a></li>
72
+    <li><a href="#ManyRelays">I want to run more than one relay.</a></li>
72 73
     <li><a href="#RelayMemory">Why is my Tor relay using so much memory?</a></li>
73 74
     <li><a href="#WhyNotNamed">Why is my Tor relay not named?</a></li>
74 75
     </ul>
... ...
@@ -1192,6 +1193,43 @@ use the ReachableAddresses config options, e.g.:
1192 1193
 
1193 1194
     <hr>
1194 1195
 
1196
+<a id="ManyRelays"></a>
1197
+<h3><a class="anchor" href="#ManyRelays">I want to run more than one
1198
+relay.</a></h3>
1199
+
1200
+<p>
1201
+Great. If you want to run several relays to donate more to the network,
1202
+we're happy with that. But please don't run more than a few dozen on
1203
+the same network, since part of the goal of the Tor network is dispersal
1204
+and diversity.
1205
+</p>
1206
+
1207
+<p>
1208
+If you do decide to run more than one relay, please set the "MyFamily"
1209
+config option in the torrc of each relay, listing all the relays
1210
+(comma-separated) that are under your control:
1211
+</p>
1212
+
1213
+<pre>
1214
+    MyFamily $fingerprint1,$fingerprint2,$fingerprint3
1215
+</pre>
1216
+
1217
+<p>
1218
+where each fingerprint is the 40 character identity fingerprint (without
1219
+spaces). You can also list them by nickname, but fingerprint is safer. Be
1220
+sure to prefix the digest strings with a dollar sign ('$') so that the
1221
+digest is not confused with a nickname in the config file.
1222
+</p>
1223
+
1224
+<p>
1225
+That way clients will know to avoid using more than one of your relays
1226
+in a single circuit. You should set MyFamily if you have administrative
1227
+control of the computers or of their network, even if they're not all in
1228
+the same geographic location.
1229
+</p>
1230
+
1231
+    <hr>
1232
+
1195 1233
     <a id="RelayMemory"></a>
1196 1234
     <h3><a class="anchor" href="#RelayMemory">Why is my Tor relay using so
1197 1235
     much memory?</a></h3>
1198 1236