aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthew Finkel <Matthew.Finkel@gmail.com>2015-02-08 06:51:51 +0000
committerNick Mathewson <nickm@torproject.org>2015-12-18 13:14:09 -0500
commit997f779a7f05540e5f564b4d121706c4a7069fb2 (patch)
tree178b3ebdea0f52d9bb0a67a632bd70b20d852f33 /doc
parente0bd6cdef25d7cdcff18d2bce7865aa7acc1f2b8 (diff)
downloadtor-997f779a7f05540e5f564b4d121706c4a7069fb2.tar.gz
tor-997f779a7f05540e5f564b4d121706c4a7069fb2.zip
Add new DirCache configuration option
This will give relay operators the ability of disabling the caching of directory data. In general, this should not be necessary, but on some lower-resource systems it may beneficial.
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 f173a97aa3..021353dcb0 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1987,6 +1987,12 @@ if DirPort is non-zero):
except that port specifiers are ignored. Any address not matched by
some entry in the policy is accepted.
+[[DirCache]] **DirCache** **0**|**1**::
+ When this option is set, Tor caches all current directory documents and
+ accepts client requests for them. Setting DirPort is not required for this,
+ because clients connect via the ORPort by default. Setting either DirPort
+ or BridgeRelay and setting DirCache to 0 is not supported. (Default: 1)
+
DIRECTORY AUTHORITY SERVER OPTIONS
----------------------------------