diff options
author | David Goulet <dgoulet@torproject.org> | 2020-12-21 14:41:52 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-12-21 14:41:52 -0500 |
commit | aae9a05a018b0baed785cb030c941adc4d2c2d12 (patch) | |
tree | afb55dbaf35cfe2564dda671326aac043e6a6337 /changes | |
parent | ad00da663ea008cf47a7a70df21f855bfddad142 (diff) | |
download | tor-aae9a05a018b0baed785cb030c941adc4d2c2d12.tar.gz tor-aae9a05a018b0baed785cb030c941adc4d2c2d12.zip |
relay: Log address suggested by directory authorities
If we get an address suggestion from a directory authority and we have no
address configured or discovered, log it at notice level so the operator can
learn what address will be used by Tor.
Fixes #40201
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40201 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40201 b/changes/ticket40201 new file mode 100644 index 0000000000..cdf8d99172 --- /dev/null +++ b/changes/ticket40201 @@ -0,0 +1,3 @@ + o Minor bugfixes (logging, relay): + - Logs the address discovered by the directory authorities if none were + configured or detected before. Fixes bug 40201; bugfix on 0.4.5.1-alpha. |