aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-27 16:15:01 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-27 16:15:01 -0400
commitbffe0d3ccc6b49975eae9173b0c1c465d40d2dbf (patch)
treeaff69c3b873c1a071ed09ee7494dea909b577e59 /doc
parent443e4ae1ee0520cead27dd3a21e9f79b1bed8f8b (diff)
parent45b520b6a4872a5c52b934df9c345e04536568b1 (diff)
downloadtor-bffe0d3ccc6b49975eae9173b0c1c465d40d2dbf.tar.gz
tor-bffe0d3ccc6b49975eae9173b0c1c465d40d2dbf.zip
Merge branch 'bug6710_023' into maint-0.2.3
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index e7ba8485c0..7e0751b2b2 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1470,6 +1470,11 @@ is non-zero):
its extra-info documents that it uploads to the directory authorities.
(Default: 1)
+**ExtendAllowPrivateAddresses** **0**|**1**::
+ When this option is enabled, Tor routers allow EXTEND request to
+ localhost, RFC1918 addresses, and so on. This can create security issues;
+ you should probably leave it off. (Default: 0)
+
DIRECTORY SERVER OPTIONS
------------------------
@@ -1795,6 +1800,7 @@ The following options are used for running a testing Tor network.
ClientRejectInternalAddresses 0
CountPrivateBandwidth 1
ExitPolicyRejectPrivate 0
+ ExtendAllowPrivateAddresses 1
V3AuthVotingInterval 5 minutes
V3AuthVoteDelay 20 seconds
V3AuthDistDelay 20 seconds