docs/faq: add note on IPv6-only hosts (fixes #20045)
traumschule

traumschule commited on 2018-08-19 01:37:36
Zeige 1 geänderte Dateien mit 9 Einfügungen und 0 Löschungen.

... ...
@@ -136,6 +136,7 @@ country)
136 136
     different computer than my applications.</a></li>
137 137
     <li><a href="#ServerClient">Can I install Tor on a central server, and
138 138
     have my clients connect to it?</a></li>
139
+    <li><a href="#IPv6">How do I use Tor from an IPv6 only host/computer?</a><li>
139 140
     </ul>
140 141
 
141 142
     <a id="relay"></a>
... ...
@@ -2100,6 +2101,14 @@ client/relay, instead of the server only being an optional proxy, you may find
2100 2101
 the program iptables (for *nix) useful.
2101 2102
     </p>
2102 2103
 
2104
+    <a id="IPv6"></a>
2105
+    <h3><a class="anchor" href="#IPv6">How do I use Tor from an IPv6 only host/computer?</a></h3>
2106
+    <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:
2107
+    <pre>
2108
+  ClientUseIPv4 0
2109
+  ClientUseIPv6 1
2110
+    </pre>
2111
+
2103 2112
     <hr>
2104 2113
 
2105 2114
     <a id="RunningATorRelay"></a>
2106 2115