bug17027-reject-private-bind-port 326 B

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