How to safely run more than one Tor relay
You can run more than one Tor relay to contribute additional bandwidth to the network, but you must configure them properly to maintain user anonymity and network diversity.
If you want to run several relays to donate more to the network, we're happy with that. 但请不要在同一个网络上运行太多中继,因为分散与多样性是Tor 网络目标的一部分。
如果你决定运行多个中继,请在每个中继的 torrc 中设置“MyFamily”选项,列出你运行的所有中继(用逗号隔开):
MyFamily $fingerprint1,$fingerprint2,$fingerprint3
每个指纹是 40 个字母组成的身份指纹(没有空格)。
这样的话,Tor 客户端知道如何在单个线路中避免使用多个你的中继。 如果您具有这些电脑或其网络的管理员权限,即使不在同一地理位置,也应该设置“MyFamily ”。