Matt Pagan commited on 2014-03-17 18:12:08
Zeige 1 geänderte Dateien mit 0 Einfügungen und 34 Löschungen.
| ... | ... |
@@ -296,7 +296,6 @@ packets, |
| 296 | 296 |
</a></li> |
| 297 | 297 |
<li><a href="#Steganography">You should use steganography to hide Tor |
| 298 | 298 |
traffic.</a></li> |
| 299 |
- <li><a href="#IPv6">Tor should support IPv6.</a></li> |
|
| 300 | 299 |
</ul> |
| 301 | 300 |
|
| 302 | 301 |
<p>Abuse:</p> |
| ... | ... |
@@ -4789,39 +4788,6 @@ only solution is to have no opinion. |
| 4789 | 4788 |
|
| 4790 | 4789 |
<hr> |
| 4791 | 4790 |
|
| 4792 |
- <a id="IPv6"></a> |
|
| 4793 |
- <h3><a class="anchor" href="#IPv6">Tor should support IPv6.</a></h3> |
|
| 4794 |
- |
|
| 4795 |
- <p> |
|
| 4796 |
- That's a great idea! There are two aspects for IPv6 support that Tor needs. |
|
| 4797 |
- First, Tor needs to support exit to hosts that only have IPv6 addresses. |
|
| 4798 |
- Second, Tor needs to support Tor relays that only have IPv6 addresses. |
|
| 4799 |
- </p> |
|
| 4800 |
- <p> |
|
| 4801 |
- The first is far easier: the protocol changes are relatively simple and |
|
| 4802 |
- isolated. It would be like another kind of exit policy. |
|
| 4803 |
- </p> |
|
| 4804 |
- <p> |
|
| 4805 |
- The second is a little harder: right now, we assume that (mostly) every |
|
| 4806 |
- Tor relay can connect to every other. This has problems of its own, and |
|
| 4807 |
- adding IPv6-address-only relays adds problems too: it means that only |
|
| 4808 |
- relays with IPv6 abilities can connect to IPv6-address-only relays. This |
|
| 4809 |
- makes it possible for the attacker to make some inferences about client |
|
| 4810 |
- paths that it would not be able to make otherwise. |
|
| 4811 |
- </p> |
|
| 4812 |
- <p> |
|
| 4813 |
- There is an <a |
|
| 4814 |
- href="https://gitweb.torproject.org/tor.git/blob/HEAD:/doc/spec/proposals/117-ipv6-exits.txt"> |
|
| 4815 |
- IPv6 exit proposal</a> to address the first step for anonymous access to |
|
| 4816 |
- IPv6 resources on the Internet. |
|
| 4817 |
- </p> |
|
| 4818 |
- <p> |
|
| 4819 |
- Full IPv6 support is definitely on our "someday" list; it will come along |
|
| 4820 |
- faster if somebody who wants it does some of the work. |
|
| 4821 |
- </p> |
|
| 4822 |
- |
|
| 4823 |
- <hr> |
|
| 4824 |
- |
|
| 4825 | 4791 |
<a id="Abuse"></a> |
| 4826 | 4792 |
<h2><a class="anchor">Abuse:</a></h2> |
| 4827 | 4793 |
|
| 4828 | 4794 |