summaryrefslogtreecommitdiff
path: root/changes/bug2060
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-22 13:12:48 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-22 13:12:48 -0500
commit12f31867190bde6fb2c4ff169d343e7bff00a503 (patch)
tree2da40e80b3589036e57028e1926d5ff147054e1f /changes/bug2060
parent713db8dbfa172ea395ff3cee33fea875a052bd35 (diff)
downloadtor-12f31867190bde6fb2c4ff169d343e7bff00a503.tar.gz
tor-12f31867190bde6fb2c4ff169d343e7bff00a503.zip
Disable DirPort when BridgeRelay is set
Diffstat (limited to 'changes/bug2060')
-rw-r--r--changes/bug20604
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug2060 b/changes/bug2060
new file mode 100644
index 0000000000..eb95aedb26
--- /dev/null
+++ b/changes/bug2060
@@ -0,0 +1,4 @@
+ o Minor features
+ - Make sure to disable DirPort if running as a bridge. DirPorts aren't
+ used on bridges, and it makes bridge scanning way too easy.
+