summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-26 12:08:52 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-26 12:08:52 -0500
commit30111a3a01993c7591eee1720b8434cb1b25c5b1 (patch)
tree0c1b357afb7f1c5c96256df7c8b5252ad8a02126 /doc
parentd92a415bedd5220be05f3556007bf29ef18bd2f5 (diff)
downloadtor-30111a3a01993c7591eee1720b8434cb1b25c5b1.tar.gz
tor-30111a3a01993c7591eee1720b8434cb1b25c5b1.zip
add documentation for ClientRejectInternalAddresses
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index c8608eb845..685e788d5e 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -731,6 +731,12 @@ The following options are useful only for clients (that is, if
192.168.0.1). This option prevents certain browser-based attacks; don't
turn it off unless you know what you're doing. (Default: 1).
+**ClientRejectInternalAddresses** **0**|**1**::
+ If true, Tor does not try to fulfil requests to connect to an internal
+ address (like 127.0.0.1 or 192.168.0.1) __unless a exit node is
+ specifically requested__ (for example, via a .exit hostname, a controller
+ request). (Default: 1).
+
**DownloadExtraInfo** **0**|**1**::
If true, Tor downloads and caches "extra-info" documents. These documents
contain information about servers other than the information in their
@@ -1267,6 +1273,7 @@ The following options are used for running a testing Tor network.
AuthDirMaxServersPerAddr 0
AuthDirMaxServersPerAuthAddr 0
ClientDNSRejectInternalAddresses 0
+ ClientRejectInternalAddresses 0
ExitPolicyRejectPrivate 0
V3AuthVotingInterval 5 minutes
V3AuthVoteDelay 20 seconds