summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-05 16:47:55 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-04-10 13:22:36 -0400
commite5fc02c81c39896a31ee8bb3e26659f917322ed1 (patch)
tree462202f31cca3b375b86d91ae8de2f00e73c9ed5 /changes
parent01fc93ffef3843a86710718c12ba9be67dcca2bc (diff)
downloadtor-e5fc02c81c39896a31ee8bb3e26659f917322ed1.tar.gz
tor-e5fc02c81c39896a31ee8bb3e26659f917322ed1.zip
config: Warn if EntryNodes and HiddenService are used together
Pinning EntryNodes along with hidden services can be possibly harmful (for instance #14917 and #21155) so at the very least warn the operator if this is the case. Fixes #21155 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/bug211555
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21155 b/changes/bug21155
new file mode 100644
index 0000000000..f2a34dbd0f
--- /dev/null
+++ b/changes/bug21155
@@ -0,0 +1,5 @@
+ o Minor bugfixes (hidden service, logging):
+ - Warn user if multiple entries in EntryNodes and at least one
+ HiddenService are used together. Pinning EntryNodes along with an hidden
+ service can be possibly harmful for instance see ticket 14917 or 21155.
+ Closes bug 21155.