Merge branch 'master' into faq-ipv6
traumschule

traumschule commited on 2018-08-22 21:40:50
Zeige 1 geänderte Dateien mit 22 Einfügungen und 2 Löschungen.

... ...
@@@ -2127,28 -2069,30 +2069,48 @@@ versions
2069 2069
      Please note that the SocksPort configuration option gives the port ONLY for
2070 2070
      localhost (127.0.0.1). When setting up your SocksListenAddress(es), you need
2071 2071
      to give the port with the address, as shown above.
2072
+     </p>
2073
+ 
2072 2074
      <p>
2073 2075
      If you are interested in forcing all outgoing data through the central Tor
2074
- client/relay, instead of the server only being an optional proxy, you may find
2075
- the program iptables (for *nix) useful.
2076
+     client/relay, instead of the server only being an optional proxy, you may
2077
+     find the program iptables (for *nix) useful.
2078
+     </p>
2079
+ 
2080
+     <a id="IPv6"></a>
2081
+     <h3><a class="anchor" href="#IPv6">How do I use Tor from an IPv6 only host/computer?</a></h3>
2082
+     <p>
2083
+     IPv6 is supported since Tor version 0.2.8.x or newer. To activate it add
2084
+     the following two entries into your torrc file:
2085
+     </p>
2086
+     <pre>
2087
+   ClientUseIPv4 0
2088
+   ClientUseIPv6 1
2089
+     </pre>
2090
+     <p>
2091
+     Note that as of 2018 there aren't many IPv6 users, or IPv6 guards, so Tor over IPv6
2092
+     is less anonymous than Tor over IPv4. You can review the IPv6 implemetation status at our
2093
+     <a href="https://trac.torproject.org/projects/tor/wiki/org/roadmaps/Tor/IPv6Features">IPv6Features</a>
2094
+     wiki page, known issues can be found with the
2095
+     <a href="https://trac.torproject.org/projects/tor/query?status=!closed&keywords=~ipv6">ipv6 keyword</a>.
2076 2096
 +    </p>
2077 2097
 +
2078 2098
 +    <a id="IPv6"></a>
2079 2099
 +    <h3><a class="anchor" href="#IPv6">How do I use Tor from an IPv6 only host/computer?</a></h3>
2080 2100
 +    <p>
2081 2101
 +    IPv6 is supported since Tor version 0.2.8.x or newer. To activate it add
2082 2102
 +    the following two entries into your torrc file:
2083 2103
 +    </p>
2084 2104
 +    <pre>
2085 2105
 +  ClientUseIPv4 0
2086 2106
 +  ClientUseIPv6 1
2087 2107
 +    </pre>
2088 2108
 +    <p>
2089 2109
 +    Note that as of 2018 there aren't many IPv6 users, or IPv6 guards, so Tor over IPv6
2090 2110
 +    is less anonymous than Tor over IPv4. You can review the IPv6 implemetation status at our
2091 2111
 +    <a href="https://trac.torproject.org/projects/tor/wiki/org/roadmaps/Tor/IPv6Features">IPv6Features</a>
2092 2112
 +    wiki page, known issues can be found with the
2093 2113
 +    <a href="https://trac.torproject.org/projects/tor/query?status=!closed&keywords=~ipv6">ipv6 keyword</a>.
2094 2114
      </p>
2095 2115
  
2096 2116
      <hr>
2097 2117