diff options
author | David Goulet <dgoulet@torproject.org> | 2020-02-18 09:43:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-12 12:43:00 -0400 |
commit | b755a489bdcdf56429c2c7e4fd313b2594dc68c0 (patch) | |
tree | 21f7ad8d5251f967141e295c3d11a85cb7abff7d /changes/ticket33361 | |
parent | b9c7c61ea5233854ff83257a8bc530b7e0a50351 (diff) | |
download | tor-b755a489bdcdf56429c2c7e4fd313b2594dc68c0.tar.gz tor-b755a489bdcdf56429c2c7e4fd313b2594dc68c0.zip |
config: Warn if ContactInfo is not set
Closes #33361
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket33361')
-rw-r--r-- | changes/ticket33361 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket33361 b/changes/ticket33361 new file mode 100644 index 0000000000..bc9715d6a1 --- /dev/null +++ b/changes/ticket33361 @@ -0,0 +1,3 @@ + o Minor bugfix (relay, configuration): + - Now warn if the ContactInfo field is not set and mention that the relay + might get rejected if so. Fixes bug 33361; bugfix on 0.1.1.10-alpha. |