Add an option to disable the block-private-addresses feature

Suggested by rransom.  Probably necessary for testing network mode.
This commit is contained in:
Nick Mathewson
2011-01-26 11:35:24 -05:00
parent 411ec3c0f8
commit d92a415bed
4 changed files with 11 additions and 2 deletions
+3 -1
View File
@@ -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.