diff options
author | agowa338 <gitlab.torproject.org@agowa338.de> | 2023-04-29 17:28:30 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-05-24 11:03:15 -0400 |
commit | ffb764949e7c1699af715298ce65279a2ee5df6e (patch) | |
tree | 8e8363e0e516ef3ae266375da1753dc275aa25ed /doc | |
parent | 2bb8988629b6d7ddb5a15d5490154c9a92e0c866 (diff) | |
download | tor-ffb764949e7c1699af715298ce65279a2ee5df6e.tar.gz tor-ffb764949e7c1699af715298ce65279a2ee5df6e.zip |
ipv6: Flip ClientUseIPv6 to 1
Fixes #40785
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 57992cd8d2..755cdfee5c 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -1180,7 +1180,7 @@ The following options are useful only for clients (that is, if entry nodes over IPv6. For IPv6 only hosts, you need to also set **ClientUseIPv4** to 0 to disable IPv4. Note that clients configured with an IPv6 address in a **Bridge**, proxy, or pluggable transportline will - try connecting over IPv6 even if **ClientUseIPv6** is set to 0. (Default: 0) + try connecting over IPv6 even if **ClientUseIPv6** is set to 0. (Default: 1) [[ConnectionPadding]] **ConnectionPadding** **0**|**1**|**auto**:: This option governs Tor's use of padding to defend against some forms of |