Roger Dingledine commited on 2012-02-06 23:37:30
Zeige 1 geänderte Dateien mit 37 Einfügungen und 0 Löschungen.
... | ... |
@@ -116,6 +116,8 @@ |
116 | 116 |
relay.</a></li> |
117 | 117 |
<li><a href="#TransportIPnotTCP">You should transport all IP packets, |
118 | 118 |
not just TCP packets.</a></li> |
119 |
+ <li><a href="#HideExits">You should hide the list of Tor relays, |
|
120 |
+ so people can't block the exits.</a></li> |
|
119 | 121 |
</ul> |
120 | 122 |
|
121 | 123 |
<p>Abuse:</p> |
... | ... |
@@ -1817,6 +1819,41 @@ a more complex interface between Tor and the local DNS resolver. |
1817 | 1819 |
|
1818 | 1820 |
<hr> |
1819 | 1821 |
|
1822 |
+<a id="HideExits"></a> |
|
1823 |
+<h3><a class="anchor" href="#HideExits">You should hide the list of Tor |
|
1824 |
+relays, so people can't block the exits.</a></h3> |
|
1825 |
+ |
|
1826 |
+<p> |
|
1827 |
+There are a few reasons we don't: |
|
1828 |
+</p> |
|
1829 |
+ |
|
1830 |
+<ol> |
|
1831 |
+<li>We can't help but make the information available, since Tor clients |
|
1832 |
+need to use it to pick their paths. So if the "blockers" want it, they |
|
1833 |
+can get it anyway. Further, even if we didn't tell clients about the |
|
1834 |
+list of relays directly, somebody could still make a lot of connections |
|
1835 |
+through Tor to a test site and build a list of the addresses they see. |
|
1836 |
+</li> |
|
1837 |
+ |
|
1838 |
+<li>If people want to block us, we believe that they should be allowed to |
|
1839 |
+do so. Obviously, we would prefer for everybody to allow Tor users to |
|
1840 |
+connect to them, but people have the right to decide who their services |
|
1841 |
+should allow connections from, and if they want to block anonymous users, |
|
1842 |
+they can. |
|
1843 |
+</li> |
|
1844 |
+ |
|
1845 |
+<li>Being blockable also has tactical advantages: it may be a persuasive |
|
1846 |
+response to website maintainers who feel threatened by Tor. Giving |
|
1847 |
+them the option may inspire them to stop and think about whether they |
|
1848 |
+really want to eliminate private access to their system, and if not, |
|
1849 |
+what other options they might have. The time they might otherwise have |
|
1850 |
+spent blocking Tor, they may instead spend rethinking their overall |
|
1851 |
+approach to privacy and anonymity. |
|
1852 |
+</li> |
|
1853 |
+</ol> |
|
1854 |
+ |
|
1855 |
+ <hr> |
|
1856 |
+ |
|
1820 | 1857 |
<a id="Criminals"></a> |
1821 | 1858 |
<h3><a class="anchor" href="#Criminals">Doesn't Tor enable criminals to do bad things?</a></h3> |
1822 | 1859 |
|
1823 | 1860 |