commit 6396b10b3c14ace9094b3e2da35dd0314cc19f7a Author: traumschule traumschuleriebau@riseup.net Date: Sun Aug 19 01:37:36 2018 +0200
docs/faq: add note on IPv6-only hosts (fixes #20045) --- docs/en/faq.wml | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/docs/en/faq.wml b/docs/en/faq.wml index f9f9431a..fca9170d 100644 --- a/docs/en/faq.wml +++ b/docs/en/faq.wml @@ -136,6 +136,7 @@ country) different computer than my applications.</a></li> <li><a href="#ServerClient">Can I install Tor on a central server, and have my clients connect to it?</a></li> + <li><a href="#IPv6">How do I use Tor from an IPv6 only host/computer?</a><li> </ul>
<a id="relay"></a> @@ -2100,6 +2101,14 @@ client/relay, instead of the server only being an optional proxy, you may find the program iptables (for *nix) useful. </p>
+ <a id="IPv6"></a> + <h3><a class="anchor" href="#IPv6">How do I use Tor from an IPv6 only host/computer?</a></h3> + <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: + <pre> + ClientUseIPv4 0 + ClientUseIPv6 1 + </pre> + <hr>
<a id="RunningATorRelay"></a>