diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-17 11:33:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-02-23 08:29:32 -0500 |
commit | 1c45a3df7cf9d6d2924e97aa466593ff1f6b70fe (patch) | |
tree | ee260e7777d3850cefc901ba054fae7751749910 | |
parent | 100c758cd83edb5c64ff669d1b5f444c83addb5c (diff) | |
download | tor-1c45a3df7cf9d6d2924e97aa466593ff1f6b70fe.tar.gz tor-1c45a3df7cf9d6d2924e97aa466593ff1f6b70fe.zip |
changes: Add changes file for #40282
Closes #40282
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r-- | changes/ticket40282 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40282 b/changes/ticket40282 new file mode 100644 index 0000000000..4cfadcc2c0 --- /dev/null +++ b/changes/ticket40282 @@ -0,0 +1,6 @@ + o Major feature (relay): + - Relay do not use nor advertise a DirPort anymore. Only authorities do + because it is still used by them. Closes ticket 40282. + - Authority DirPort self reachability test has now been removed because + network reentry to that DirPort is not allowed anymore. + |