traumschule commited on 2018-08-19 03:17:04
Zeige 1 geänderte Dateien mit 8 Einfügungen und 1 Löschungen.
... | ... |
@@ -2102,11 +2102,18 @@ the program iptables (for *nix) useful. |
2102 | 2102 |
|
2103 | 2103 |
<a id="IPv6"></a> |
2104 | 2104 |
<h3><a class="anchor" href="#IPv6">How do I use Tor from an IPv6 only host/computer?</a></h3> |
2105 |
- <p>IPv6 is supported since Tor version 0.2.8.x or newer. To activate it add the following two entries into your torrc file: |
|
2105 |
+ <p> |
|
2106 |
+ IPv6 is supported since Tor version 0.2.8.x or newer. To activate it add |
|
2107 |
+ the following two entries into your torrc file: |
|
2108 |
+ </p> |
|
2106 | 2109 |
<pre> |
2107 | 2110 |
ClientUseIPv4 0 |
2108 | 2111 |
ClientUseIPv6 1 |
2109 | 2112 |
</pre> |
2113 |
+ <p> |
|
2114 |
+ Note that as of 2018 there aren't many IPv6 users, or IPv6 guards, so |
|
2115 |
+ Tor over IPv6 is less anonymous than Tor over IPv4. |
|
2116 |
+ </p> |
|
2110 | 2117 |
|
2111 | 2118 |
<hr> |
2112 | 2119 |
|
2113 | 2120 |