aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2279
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-26 11:35:24 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-26 11:35:24 -0500
commitd92a415bedd5220be05f3556007bf29ef18bd2f5 (patch)
tree960ce03bd56c5eaded80be93f01b2a74210e6e51 /changes/bug2279
parent411ec3c0f8cd4786233a3bc274cb2b766d4bfe7c (diff)
downloadtor-d92a415bedd5220be05f3556007bf29ef18bd2f5.tar.gz
tor-d92a415bedd5220be05f3556007bf29ef18bd2f5.zip
Add an option to disable the block-private-addresses feature
Suggested by rransom. Probably necessary for testing network mode.
Diffstat (limited to 'changes/bug2279')
-rw-r--r--changes/bug22794
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug2279 b/changes/bug2279
index e0c23b3604..d31300978e 100644
--- a/changes/bug2279
+++ b/changes/bug2279
@@ -8,6 +8,8 @@
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.
+ help to detect loops in transparent proxy configurations. You can
+ disable this feature by setting "ClientRejectInternalAddresses 0"
+ in your torrc.