diff options
author | teor <teor2345@gmail.com> | 2016-11-30 11:18:38 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-11-30 11:18:38 +1100 |
commit | 24e293c3c6228c0038360471e9bbd4b4b4daed05 (patch) | |
tree | 009a94d91fa0d97cd291ff659718e073b74fd185 /doc | |
parent | 65d793fab2bf0a58d00080df8320693cb3a2dbeb (diff) | |
download | tor-24e293c3c6228c0038360471e9bbd4b4b4daed05.tar.gz tor-24e293c3c6228c0038360471e9bbd4b4b4daed05.zip |
Man page update and changes file for 20667
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 670c75d214..aa3859e0fe 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -504,11 +504,13 @@ GENERAL OPTIONS (Default: 1) [[FetchUselessDescriptors]] **FetchUselessDescriptors** **0**|**1**:: - If set to 1, Tor will fetch every non-obsolete descriptor from the - authorities that it hears about. Otherwise, it will avoid fetching useless - descriptors, for example for routers that are not running. This option is - useful if you're using the contributed "exitlist" script to enumerate Tor - nodes that exit to certain addresses. (Default: 0) + If set to 1, Tor will fetch every consensus flavor, descriptor, and + certificate that it hears about. Otherwise, it will avoid fetching useless + descriptors: flavors that it is not using to build circuits, and authority + certificates it does not trust. This option is useful if you're using a + tor client with an external parser that uses a full consensus. + This option fetches all documents, **DirCache** fetches and serves + all documents. (Default: 0) [[HTTPProxy]] **HTTPProxy** __host__[:__port__]:: Tor will make all its directory requests through this host:port (or host:80 |