bug2279 658 B

123456789101112131415
  1. o Minor bugfixes
  2. - Avoid a double mark-for-free warning when failing to attach a
  3. transparent proxy connection. Fixes bug 2279. Bugfix on
  4. Tor 0.1.2.1 alpha.
  5. o Minor features
  6. - Detect attempts at the client side to open connections to private
  7. IP addresses (like 127.0.0.1, 10.0.0.1, and so on) with a randomly
  8. chosen exit node. Attempts to do so are always ill-defined, generally
  9. prevented by exit policies, and usually in error. This will also
  10. help to detect loops in transparent proxy configurations. You can
  11. disable this feature by setting "ClientRejectInternalAddresses 0"
  12. in your torrc.