diff options
author | David Goulet <dgoulet@torproject.org> | 2020-02-11 09:56:44 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-02-11 09:57:05 -0500 |
commit | 735aa208b1592e166d03ec96e90422293d26b98a (patch) | |
tree | ab9b503d54c8cdd18cd0954d2b99de1fccfdf6a2 /doc | |
parent | bd4f4cb5f0f98f224f0f707c6dd00d2fd8e55a7a (diff) | |
download | tor-735aa208b1592e166d03ec96e90422293d26b98a.tar.gz tor-735aa208b1592e166d03ec96e90422293d26b98a.zip |
dirauth: Add option AuthDirRejectRequestsUnderLoad
This controls the previous feature added that makes dirauth send back a 503
error code on non relay connections if under bandwidth pressure.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 1504223b89..c7c41e7841 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2925,6 +2925,13 @@ on the public Tor network. before it will treat advertised bandwidths as wholly unreliable. (Default: 500) +[[AuthDirRejectRequestsUnderLoad]] **AuthDirRejectRequestsUnderLoad** **0**|**1**:: + If set, the directory authority will start rejecting directory requests + from non relay connections by sending a 503 error code if it is under + bandwidth pressure (reaching the configured limit if any). Relays will + always tried to be answered even if this is on. (Default: 1) + + HIDDEN SERVICE OPTIONS ---------------------- |