commit 92fc0d36998d685fe5b7143838283d50c6126d18 Author: Nick Mathewson nickm@torproject.org Date: Tue Jul 21 09:01:31 2020 -0400
Edit AddressDisableIPv6 man entry --- doc/man/tor.1.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 43fef69466..edb8593142 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -2140,9 +2140,10 @@ is non-zero):
[[AddressDisableIPv6]] **AddressDisableIPv6** **0**|**1**:: By default, Tor will attempt to find the IPv6 of the relay if there is no - IPv4Only ORPort. If set, this options disable IPv6 auto discovery which - means no IPv6 address resolution, no IPv6 ORPorts, no IPv6 reachability - checks, and won't publish an IPv6 ORPort in its descriptor. (Default: 0) + IPv4Only ORPort. If set, this option disables IPv6 auto discovery. This + disables IPv6 address resolution, IPv6 ORPorts, and IPv6 reachability + checks. Also, the relay won't publish an IPv6 ORPort in its + descriptor. (Default: 0)
[[AssumeReachable]] **AssumeReachable** **0**|**1**:: This option is used when bootstrapping a new Tor network. If set to 1,
tor-commits@lists.torproject.org