summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorswati <swati.thacker@oracle.com>2020-02-17 22:47:06 +0530
committerswati <swati.thacker@oracle.com>2020-02-17 22:47:06 +0530
commitfa48b0363ed811e7e9186f558b724ef7e32701ee (patch)
treef3c04f1083e1e12afe7d1958a8a6960f902a59c9 /doc
parent7920fc356920c5165e39927b7882b14311e09896 (diff)
downloadtor-fa48b0363ed811e7e9186f558b724ef7e32701ee.tar.gz
tor-fa48b0363ed811e7e9186f558b724ef7e32701ee.zip
Revised and incorportaed comments from #33275
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt27
1 files changed, 14 insertions, 13 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 07d822b320..f7d248beed 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -2958,8 +2958,10 @@ on the public Tor network.
authority publishes, or accepted as an OR address in any descriptor
submitted for publication by this authority.
+//Out of order because it logically belongs with the other CCs options.
[[AuthDirBadExitCCs]] **AuthDirBadExitCCs** __CC__,... +
+//Out of order because it logically belongs with the other CCs options.
[[AuthDirInvalidCCs]] **AuthDirInvalidCCs** __CC__,... +
[[AuthDirRejectCCs]] **AuthDirRejectCCs** __CC__,...::
@@ -3000,6 +3002,11 @@ on the public Tor network.
will allow exit policies for private networks to fulfill Exit flag
requirements. (Default: 0)
+[[GuardfractionFile]] **GuardfractionFile** __FILENAME__::
+ V3 authoritative directories only. Configures the location of the
+ guardfraction file which contains information about how long relays
+ have been guards. (Default: unset)
+
[[MinMeasuredBWsForAuthToIgnoreAdvertised]] **MinMeasuredBWsForAuthToIgnoreAdvertised** __N__::
A total value, in abstract bandwidth units, describing how much
measured total bandwidth an authority should have observed on the network
@@ -3031,13 +3038,6 @@ on the public Tor network.
multiple times: the values from multiple lines are spliced together. When
this is set then **VersioningAuthoritativeDirectory** should be set too.
-[[VersioningAuthoritativeDirectory]] **VersioningAuthoritativeDirectory** **0**|**1**::
- When this option is set to 1, Tor adds information on which versions of
- Tor are still believed safe for use to the published directory. Each
- version 1 authority is automatically a versioning authority; version 2
- authorities provide this service optionally. See **RecommendedVersions**,
- **RecommendedClientVersions**, and **RecommendedServerVersions**.
-
[[V3AuthDistDelay]] **V3AuthDistDelay** __N__ **minutes**|**hours**::
V3 authoritative directories only. Configures the server's preferred delay
between publishing its consensus and signature and assuming it has all the
@@ -3078,12 +3078,12 @@ on the public Tor network.
be written to temporary file, then renamed to the configured filename.
(Default: unset)
-//Out of order because it belongs with the other V3 authoritative directories options.
-[[GuardfractionFile]] **GuardfractionFile** __FILENAME__::
- V3 authoritative directories only. Configures the location of the
- guardfraction file which contains information about how long relays
- have been guards. (Default: unset)
-
+[[VersioningAuthoritativeDirectory]] **VersioningAuthoritativeDirectory** **0**|**1**::
+ When this option is set to 1, Tor adds information on which versions of
+ Tor are still believed safe for use to the published directory. Each
+ version 1 authority is automatically a versioning authority; version 2
+ authorities provide this service optionally. See **RecommendedVersions**,
+ **RecommendedClientVersions**, and **RecommendedServerVersions**.
== HIDDEN SERVICE OPTIONS
@@ -3312,6 +3312,7 @@ For more information, please see https://2019.www.torproject.org/docs/tor-onion-
The following options are used for running a testing Tor network.
+//Out of order because it logically belongs first in this section.
[[TestingTorNetwork]] **TestingTorNetwork** **0**|**1**::
If set to 1, Tor adjusts default values of the configuration options below,
so that it is easier to set up a testing Tor network. May only be set if