diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-11-16 19:58:36 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-11-20 10:39:37 +1100 |
commit | 10dd592d74b638f4643522dfe6e81f03e4acb06e (patch) | |
tree | d7f1db08d78c62c5c742e745b9571ca02f22cee2 | |
parent | 2a4057e0427e0a215ed8b607f98271e102d045d4 (diff) | |
download | tor-10dd592d74b638f4643522dfe6e81f03e4acb06e.tar.gz tor-10dd592d74b638f4643522dfe6e81f03e4acb06e.zip |
Add changes file for ExitPolicyRejectPrivate outbound and port
-rw-r--r-- | changes/bug17027-reject-private-bind-port | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug17027-reject-private-bind-port b/changes/bug17027-reject-private-bind-port new file mode 100644 index 0000000000..abc1431c9a --- /dev/null +++ b/changes/bug17027-reject-private-bind-port @@ -0,0 +1,7 @@ + o Minor bug fixes (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). + Resolves ticket 17027. Patch by "teor". + Patch on 42b8fb5a1523 (11 Nov 2007), released in 0.2.0.11-alpha, + and on 0.2.7.3-rc. |