aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-02-07 12:43:54 -0500
committerNick Mathewson <nickm@torproject.org>2011-02-07 12:43:54 -0500
commit98cef0ac1e94fbcf7d1f9f70e077f22624033ecc (patch)
tree624391497bc20e75f26116622514242eb6692f8d /doc/tor.1.txt
parente9803aa71003079cc00a8b3c80324581758a36be (diff)
parente854e01d5713108cf28e99ef9bc15ea27cb30759 (diff)
downloadtor-98cef0ac1e94fbcf7d1f9f70e077f22624033ecc.tar.gz
tor-98cef0ac1e94fbcf7d1f9f70e077f22624033ecc.zip
Merge branch 'bug2279' into maint-0.2.2
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r--doc/tor.1.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 6c9636caf7..3e92ef65c5 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -654,8 +654,9 @@ The following options are useful only for clients (that is, if
can leak your location to attackers. (Default: 1)
**VirtualAddrNetwork** __Address__/__bits__::
- When a controller asks for a virtual (unused) address with the MAPADDRESS
- command, Tor picks an unassigned address from this range. (Default:
+ When Tor needs to assign a virtual (unused) address because of a MAPADDRESS
+ command from the controller or the AutpmapHostsOnResolve feature, Tor
+ picks an unassigned address from this range. (Default:
127.192.0.0/10) +
+
When providing proxy server service to a network of computers using a tool
@@ -731,6 +732,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 fulfill 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, or 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
@@ -1269,6 +1276,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