aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-08-04 09:39:15 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-08-04 13:32:56 -0400
commit681c15a32d7d484ba90a32ab4b29b85447e7430c (patch)
treeccf8a4a2ffd6db9dd1879047c77d73720c57e0b9 /changes
parenteee35adf74066581f19ea687f4b5c2f0974676be (diff)
downloadtor-681c15a32d7d484ba90a32ab4b29b85447e7430c.tar.gz
tor-681c15a32d7d484ba90a32ab4b29b85447e7430c.zip
dirauth: Add a AuthDirVoteGuard to pin Guard flags
Related to #40652 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket406525
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40652 b/changes/ticket40652
new file mode 100644
index 0000000000..2b9f2ee1cb
--- /dev/null
+++ b/changes/ticket40652
@@ -0,0 +1,5 @@
+ o Minor features (dirauth):
+ - Add an AuthDirVoteGuard torrc option that can allow authorities to assign
+ the Guard flag to the given fingerprints/country code/IPs. This is a
+ needed feature mostly for defense purposes in case a DoS hits the network
+ and relay start losing the Guard flags too fast. Closes ticket 40652.