]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix documentation formatting for VirtualAddrNetworkIPv6
authorNick Mathewson <nickm@torproject.org>
Mon, 8 Mar 2021 16:15:37 +0000 (11:15 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 8 Mar 2021 16:17:24 +0000 (11:17 -0500)
Fixes bug #40256; bugfix on 0.2.9.4-alpha.

changes/bug40256_045 [new file with mode: 0644]
doc/man/tor.1.txt

diff --git a/changes/bug40256_045 b/changes/bug40256_045
new file mode 100644 (file)
index 0000000..14e6765
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor bugfixes (documentation):
+    - Fix a formatting error on the documentation for
+      VirtualAddrNetworkIPv6.  Fixes bug 40256; bugfix on 0.2.9.4-alpha.
index 58774e555f72f230f8740340473ca5804b16aaf2..b57c6ec70a1b2dffe0e828b3dc5305186958dce4 100644 (file)
@@ -1797,8 +1797,9 @@ The following options are useful only for clients (that is, if
     The default **VirtualAddrNetwork** address ranges on a
     properly configured machine will route to the loopback or link-local
     interface. The maximum number of bits for the network prefix is set to 104
-    for IPv6 and 16 for IPv4. However, a wider network - smaller prefix length
-    - is preferable since it reduces the chances for an attacker to guess the
+    for IPv6 and 16 for IPv4. However, a larger network
+    (that is, one with a smaller prefix length)
+    is preferable, since it reduces the chances for an attacker to guess the
     used IP. For local use, no change to the default VirtualAddrNetwork setting
     is needed.