commit 901a2507e6b16e2eb07566825de274be0aecfd9e parent b76325190b3fb2d01fb0c9f0d2ffe76a284d1766 Author: David Goulet <dgoulet@torproject.org> Date: Tue, 23 Jun 2020 11:22:32 -0400 changes: Add changes file for ticket #33233 Signed-off-by: David Goulet <dgoulet@torproject.org> Diffstat:
| A | changes/ticket33233 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/ticket33233 b/changes/ticket33233 @@ -0,0 +1,4 @@ + o Major feature (IPv6, relay): + - The torrc option Address now supports IPv6. By doing so, we've also + unified the interface to find our address to support IPv4, IPv6 and + hostname. Closes ticket 33233;