summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-01 16:49:06 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-01 16:49:06 -0500
commitd7a713a41e2b115e8aabe9744e8010000bec202a (patch)
tree91ed3f580c1ef5f8c97220afab3d2bc29a9575d2
parent311a13220cc511a9214cca3b4523b80600288c3b (diff)
downloadtor-d7a713a41e2b115e8aabe9744e8010000bec202a.tar.gz
tor-d7a713a41e2b115e8aabe9744e8010000bec202a.zip
We can't do subbullets in changes files
-rw-r--r--changes/bug17027-reject-private-bind-port7
1 files changed, 4 insertions, 3 deletions
diff --git a/changes/bug17027-reject-private-bind-port b/changes/bug17027-reject-private-bind-port
index 7d8f023d2d..e0c222a1cf 100644
--- a/changes/bug17027-reject-private-bind-port
+++ b/changes/bug17027-reject-private-bind-port
@@ -1,5 +1,6 @@
o Minor bugfixes (security, exit policies):
- - ExitPolicyRejectPrivate rejects more private addresses by default:
- * the relay's outbound bind addresses (if configured), and
- * the relay's configured port addresses (such as ORPort and DirPort).
+ - ExitPolicyRejectPrivate rejects more private addresses by default.
+ Specifically, it rejects
+ the relay's outbound bind addresses (if configured), and
+ the relay's configured port addresses (such as ORPort and DirPort).
Fixes bug 17027; bugfix on 0.2.0.11-alpha. Patch by "teor".