diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-10 21:17:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-10 21:17:51 +0000 |
commit | 42b8fb5a152301a1d1d89b390bec5245857dd0e6 (patch) | |
tree | 9909487817f05538fd1360154c351fbc99c774ba /ChangeLog | |
parent | 462643c756cb5b4791635ff39b2009608d971579 (diff) | |
download | tor-42b8fb5a152301a1d1d89b390bec5245857dd0e6.tar.gz tor-42b8fb5a152301a1d1d89b390bec5245857dd0e6.zip |
Exit policies now reject connections that are addressed to a
relay's public (external) IP address too, unless
ExitPolicyRejectPrivate is turned off. We do this because too
many relays are running nearby to services that trust them based
on network address.
svn:r12459
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ Changes in version 0.2.0.11-alpha - 2007-11-?? + o Security fixes: + - Exit policies now reject connections that are addressed to a + relay's public (external) IP address too, unless + ExitPolicyRejectPrivate is turned off. We do this because too + many relays are running nearby to services that trust them based + on network address. Changes in version 0.2.0.10-alpha - 2007-11-10 |