Add an option to disable the block-private-addresses feature
[tor/rransom.git] / changes / bug2279
blobd31300978eb4f9c37ce726279274ad8e3aaf93f9
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.
6   o Minor features
7     - Detect attempts at the client side to open connections to private
8       IP addresses (like 127.0.0.1, 10.0.0.1, and so on) with a randomly
9       chosen exit node.  Attempts to do so are always ill-defined, generally
10       prevented by exit policies, and usually in error.  This will also
11       help to detect loops in transparent proxy configurations.  You can
12       disable this feature by setting "ClientRejectInternalAddresses 0"
13       in your torrc.