summaryrefslogtreecommitdiff
path: root/changes/bug17027-reject-private-bind-port
blob: e0c222a1cf19b4302a62fa4281cb743cc0a70ce2 (plain)
1
2
3
4
5
6
  o Minor bugfixes (security, exit policies):
    - 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".