aboutsummaryrefslogtreecommitdiff
path: root/changes/bug12908
diff options
context:
space:
mode:
authorSathyanarayanan Gunasekaran <gsathya.ceg@gmail.com>2014-07-21 21:16:58 -0700
committerNick Mathewson <nickm@torproject.org>2014-08-20 12:56:57 -0400
commita3fe8b11663a32f1f007bd7cb0b9656825093544 (patch)
treefb173032516f4abc75bc6b65313d0dacbe7f8121 /changes/bug12908
parentb159ffb675a274b285acc55204eaf6e83cd72bf8 (diff)
downloadtor-a3fe8b11663a32f1f007bd7cb0b9656825093544.tar.gz
tor-a3fe8b11663a32f1f007bd7cb0b9656825093544.zip
Warn if Tor is a relay and a HS
Closes 12908; see #8742
Diffstat (limited to 'changes/bug12908')
-rw-r--r--changes/bug129084
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12908 b/changes/bug12908
new file mode 100644
index 0000000000..bd6784cbd2
--- /dev/null
+++ b/changes/bug12908
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Warn about attempts to run hidden services and relays in the
+ same process: that's probably not a good idea. Closes ticket
+ 12908.