bug17027-reject-private-bind-port 353 B

123456
  1. o Minor bugfixes (security, exit policies):
  2. - ExitPolicyRejectPrivate rejects more private addresses by default.
  3. Specifically, it rejects
  4. the relay's outbound bind addresses (if configured), and
  5. the relay's configured port addresses (such as ORPort and DirPort).
  6. Fixes bug 17027; bugfix on 0.2.0.11-alpha. Patch by "teor".