From e5fc02c81c39896a31ee8bb3e26659f917322ed1 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 5 Apr 2017 16:47:55 -0400 Subject: 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 --- changes/bug21155 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug21155 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf