diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-12-09 14:08:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-12-09 14:08:55 -0500 |
commit | 34baa1bdc38f95a784789b8b0244bab81f9a36af (patch) | |
tree | 562c1132f00ea5322d981614f10405d4d6111660 /changes | |
parent | e74f168bb4df0b06d4f224421570e160cfcdb7a9 (diff) | |
download | tor-34baa1bdc38f95a784789b8b0244bab81f9a36af.tar.gz tor-34baa1bdc38f95a784789b8b0244bab81f9a36af.zip |
Tweak the documentation for approved-routers
Document !badexit, and improve the documentation for !invalid.
Closes #40188.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40188 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40188 b/changes/ticket40188 new file mode 100644 index 0000000000..e29b2a9438 --- /dev/null +++ b/changes/ticket40188 @@ -0,0 +1,4 @@ + o Minor features (documentation): + - Mention the !badexit directive that can appear in an authority's + approved-routers file, and update the description of the !invalid + directive. Closes ticket 40188. |