From f858ba1f1adb93698e5d2dd3bb643fee94c6537f Mon Sep 17 00:00:00 2001 From: traumschule Date: Sun, 19 Aug 2018 01:37:36 +0200 Subject: [PATCH 1/5] 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 0a9b38ee..b095ec09 100644 --- a/docs/en/faq.wml +++ b/docs/en/faq.wml @@ -136,6 +136,7 @@ country) different computer than my applications.
  • Can I install Tor on a central server, and have my clients connect to it?
  • +
  • How do I use Tor from an IPv6 only host/computer?
  • @@ -2100,6 +2101,14 @@ client/relay, instead of the server only being an optional proxy, you may find the program iptables (for *nix) useful.

    + +

    How do I use Tor from an IPv6 only host/computer?

    +

    IPv6 is supported since Tor version 0.2.8.x or newer. To activate it add the following two entries into your torrc file: +

    +  ClientUseIPv4 0
    +  ClientUseIPv6 1
    +    
    +
    From 8b7ae8e3e328584ff9b44aa9d28bd292fd0a9273 Mon Sep 17 00:00:00 2001 From: traumschule Date: Sun, 19 Aug 2018 01:59:05 +0200 Subject: [PATCH 2/5] faq: minor html fix (
  • ) --- docs/en/faq.wml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en/faq.wml b/docs/en/faq.wml index b095ec09..501c211a 100644 --- a/docs/en/faq.wml +++ b/docs/en/faq.wml @@ -121,8 +121,7 @@ unsafe?
  • Tor is running, but it's not working correctly.
  • My Tor keeps crashing.
  • -
  • Can I control which nodes (or -country) +
  • Can I control which nodes (or country) are used for entry/exit?
  • My firewall only allows a few outgoing ports.
  • @@ -136,7 +135,7 @@ country) different computer than my applications.
  • Can I install Tor on a central server, and have my clients connect to it?
  • -
  • How do I use Tor from an IPv6 only host/computer?
  • +
  • How do I use Tor from an IPv6 only host/computer?
  • From aac5a17d82e7d19cb3feba0f7207b659d46bc01e Mon Sep 17 00:00:00 2001 From: traumschule Date: Sun, 19 Aug 2018 03:08:35 +0200 Subject: [PATCH 3/5] faq: add note on weaker anonymity for IPv6 (#20045) --- docs/en/faq.wml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/en/faq.wml b/docs/en/faq.wml index 501c211a..a70542a9 100644 --- a/docs/en/faq.wml +++ b/docs/en/faq.wml @@ -2102,11 +2102,18 @@ the program iptables (for *nix) useful.

    How do I use Tor from an IPv6 only host/computer?

    -

    IPv6 is supported since Tor version 0.2.8.x or newer. To activate it add the following two entries into your torrc file: +

    + IPv6 is supported since Tor version 0.2.8.x or newer. To activate it add + the following two entries into your torrc file: +

       ClientUseIPv4 0
       ClientUseIPv6 1
         
    +

    + 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. +


    From 1fee6ee4bfc6b0c08a83790c4167fe1423f5c83c Mon Sep 17 00:00:00 2001 From: traumschule Date: Mon, 20 Aug 2018 13:57:44 +0200 Subject: [PATCH 4/5] faq: add ipv6 wiki resources (#20045) --- docs/en/faq.wml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/en/faq.wml b/docs/en/faq.wml index a70542a9..1c639c10 100644 --- a/docs/en/faq.wml +++ b/docs/en/faq.wml @@ -2111,8 +2111,11 @@ the program iptables (for *nix) useful. ClientUseIPv6 1

    - 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 + IPv6Features + wiki page, known issues can be found with the + ipv6 keyword.


    From 2c28979a4226290ee9f0a5be6a61c96d1e90cd63 Mon Sep 17 00:00:00 2001 From: traumschule Date: Wed, 22 Aug 2018 21:49:56 +0200 Subject: [PATCH 5/5] faq: add missing
    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.

    - -

    How do I use Tor from an IPv6 only host/computer?

    -

    - IPv6 is supported since Tor version 0.2.8.x or newer. To activate it add - the following two entries into your torrc file: -

    -
    -  ClientUseIPv4 0
    -  ClientUseIPv6 1
    -    
    -

    - 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 - IPv6Features - wiki page, known issues can be found with the - ipv6 keyword. -

    +

    How do I use Tor from an IPv6 only host/computer?

    @@ -2107,7 +2091,7 @@ versions.

    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 IPv6Features wiki page, known issues can be found with the ipv6 keyword.