commit 2c28979a4226290ee9f0a5be6a61c96d1e90cd63 Author: traumschule traumschuleriebau@riseup.net Date: Wed Aug 22 21:49:56 2018 +0200
faq: add missing <hr> before #IPv6 (#20045) --- docs/en/faq.wml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-)
diff --git a/docs/en/faq.wml b/docs/en/faq.wml index c3c83a38..c622e69c 100644 --- a/docs/en/faq.wml +++ b/docs/en/faq.wml @@ -2077,23 +2077,7 @@ versions. 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: - </p> - <pre> - ClientUseIPv4 0 - ClientUseIPv6 1 - </pre> - <p> - Note that as of 2018 there aren't many IPv6 users, or IPv6 guards, so Tor over IPv6 - is less anonymous than Tor over IPv4. You can review the IPv6 implemetation status at our - <a href="https://trac.torproject.org/projects/tor/wiki/org/roadmaps/Tor/IPv6Features">IPv6Features</a> - wiki page, known issues can be found with the - <a href="https://trac.torproject.org/projects/tor/query?status=!closed&keywords=~ipv6">ipv6 keyword</a>. - </p> + <hr>
<a id="IPv6"></a> <h3><a class="anchor" href="#IPv6">How do I use Tor from an IPv6 only host/computer?</a></h3> @@ -2107,7 +2091,7 @@ versions. </pre> <p> Note that as of 2018 there aren't many IPv6 users, or IPv6 guards, so Tor over IPv6 - is less anonymous than Tor over IPv4. You can review the IPv6 implemetation status at our + is less anonymous than Tor over IPv4. If you are interested in developing you can review the IPv6 implemetation status at our <a href="https://trac.torproject.org/projects/tor/wiki/org/roadmaps/Tor/IPv6Features">IPv6Features</a> wiki page, known issues can be found with the <a href="https://trac.torproject.org/projects/tor/query?status=!closed&keywords=~ipv6">ipv6 keyword</a>.