commit 7269d17c6faab742a8fbbdbfffba917d783b9cfb Author: teor teor@torproject.org Date: Tue Feb 4 17:06:33 2020 +1000
Prop 312: Improve AddressDisableIPv6
Explain why we might need to turn IPv6 address detection off.
Part of 33073. --- proposals/312-relay-auto-ipv6-addr.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/proposals/312-relay-auto-ipv6-addr.txt b/proposals/312-relay-auto-ipv6-addr.txt index 1a672fb..c167329 100644 --- a/proposals/312-relay-auto-ipv6-addr.txt +++ b/proposals/312-relay-auto-ipv6-addr.txt @@ -391,7 +391,8 @@ Ticket: #33073 * publish a descriptor containing that IPv6 ORPort, * have the directory authorities find it reachable, * have it published in the consensus, and - * have it used by clients. + * have it used by clients, + regardless of how the operator configures their tor instance.
Currently, relays are required to have an IPv4 address. So if the guessed IPv4 address is unsuitable, operators can set the Address option to a
tor-commits@lists.torproject.org