diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-19 19:48:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-19 19:48:48 +0000 |
commit | 280692d65f1f77530feeca0f1ae5d1e946a52955 (patch) | |
tree | 1ecccab7a06ce86da553d37adca53b20df97e74b /ChangeLog | |
parent | 7e056fdfd3a9122404d44307e53bf42381506826 (diff) | |
download | tor-280692d65f1f77530feeca0f1ae5d1e946a52955.tar.gz tor-280692d65f1f77530feeca0f1ae5d1e946a52955.zip |
r11643@Kushana: nickm | 2006-12-19 13:15:14 -0500
Stop recommmending exits as guards when the exit bandwidth is less than a third of the total bandwidth.
svn:r9154
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Changes in version 0.1.2.5-xxxx - 200?-??-?? options files. - Reject *:563 (NTTPS) in the default exit policy. We already reject NNTP by default, so this seems like a sensible addition. + - Authorities do not recommend exits as guards if this would shift excess + load to the exit nodes. o Security bugfixes: - Stop sending the HttpProxyAuthenticator string to directory |