Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
faq: add ipv6 wiki resources (#20045)
  • Loading branch information
traumschule committed Aug 20, 2018
commit 1fee6ee4bfc6b0c08a83790c4167fe1423f5c83c
@@ -2111,8 +2111,11 @@ the program iptables (for *nix) useful.
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.
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>