diff options
Diffstat (limited to 'changes/bug2279')
-rw-r--r-- | changes/bug2279 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug2279 b/changes/bug2279 index b796cda76..e0c23b360 100644 --- a/changes/bug2279 +++ b/changes/bug2279 @@ -3,3 +3,11 @@ transparent proxy connection. Fixes bug 2279. Bugfix on Tor 0.1.2.1 alpha. + o Minor features + - Detect attempts at the client side to open connections to private + IP addresses (like 127.0.0.1, 10.0.0.1, and so on) with a randomly + chosen exit node. Attempts to do so are always ill-defined, generally + prevented by exit policies, and usually in error. This will also + help to detect loops in transparent proxy configurations. + + |