aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-03-10 22:43:23 -0500
committerRoger Dingledine <arma@torproject.org>2010-03-10 22:43:23 -0500
commit1108358e96e818f1d433a3025310c81e55891df9 (patch)
tree5e37b71b513f00a1a7d4a2ca59c939a21c0b556d /ChangeLog
parent2d29c7be2db2b944f9a19d44c556cc070ec87a77 (diff)
downloadtor-1108358e96e818f1d433a3025310c81e55891df9.tar
tor-1108358e96e818f1d433a3025310c81e55891df9.tar.gz
let people test the RefuseUnknownExits idea
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fa361654..7d742574d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
Changes in version 0.2.2.11-alpha - 2010-03-??
+ o Minor features:
+ - Experiment with a more aggressive approach to preventing clients
+ from making one-hop exit streams. Exit relays who want to try it
+ out can set "RefuseUnknownExits 1" in their torrc, and then look
+ for "Attempt by %s to open a stream" log messages. Let us know
+ how it goes!
+
o Minor bugfixes:
- When we cleaned up the contrib/tor-exit-notice.html file, we left
out some key text. Fixes bug 1295.