[or-cvs] r24077: {arm} Remaining summaries for the tor configuration options. (arm/trunk/src)

Damian Johnson atagar1 at gmail.com
Thu Jan 13 04:05:00 UTC 2011


Author: atagar
Date: 2011-01-13 04:05:00 +0000 (Thu, 13 Jan 2011)
New Revision: 24077

Modified:
   arm/trunk/src/settings.cfg
Log:
Remaining summaries for the tor configuration options.



Modified: arm/trunk/src/settings.cfg
===================================================================
--- arm/trunk/src/settings.cfg	2011-01-13 03:22:20 UTC (rev 24076)
+++ arm/trunk/src/settings.cfg	2011-01-13 04:05:00 UTC (rev 24077)
@@ -145,6 +145,58 @@
 config.summary.ExitPortStatistics Toggles storing traffic and port usage data to disk
 config.summary.ExtraInfoStatistics Publishes statistic data in the extra-info documents
 
+# Directory Server Options
+config.summary.AuthoritativeDirectory act as a directory authority
+config.summary.DirPortFrontPage publish this html file on the DirPort
+config.summary.V1AuthoritativeDirectory generates a version 1 consensus
+config.summary.V2AuthoritativeDirectory generates a version 2 consensus
+config.summary.V3AuthoritativeDirectory generates a version 3 consensus
+config.summary.VersioningAuthoritativeDirectory provides opinions on recommended versions of tor
+config.summary.NamingAuthoritativeDirectory provides opinions on fingerprint to nickname bindings
+config.summary.HSAuthoritativeDir toggles accepting hidden service descriptors
+config.summary.HidServDirectoryV2 toggles accepting version 2 hidden service descriptors
+config.summary.BridgeAuthoritativeDir acts as a bridge authority
+config.summary.MinUptimeHidServDirectoryV2 required uptime before accepting hidden service directory
+config.summary.DirPort port for directory connections
+config.summary.DirListenAddress address the directory service is bound to
+config.summary.DirPolicy access policy for the DirPort
+
+# Directory Authority Server Options
+config.summary.RecommendedVersions tor versions believed to be safe
+config.summary.RecommendedClientVersions tor versions believed to be safe for clients
+config.summary.RecommendedServerVersions tor versions believed to be safe for relays
+config.summary.ConsensusParams params entry of the networkstatus vote
+config.summary.DirAllowPrivateAddresses toggles allowing arbitrary input or non-public IPs in descriptors
+config.summary.AuthDirBadDir relays to be flagged as bad directory caches
+config.summary.AuthDirBadExit relays to be flagged as bad exits
+config.summary.AuthDirInvalid relays from which the valid flag is withheld
+config.summary.AuthDirReject relays to be dropped from the consensus
+config.summary.AuthDirListBadDirs toggles if we provide an opinion on bad directory caches
+config.summary.AuthDirListBadExits toggles if we provide an opinion on bad exits
+config.summary.AuthDirRejectUnlisted rejects further relay descriptors
+config.summary.AuthDirMaxServersPerAddr limit on the number of relays accepted per ip
+config.summary.AuthDirMaxServersPerAuthAddr limit on the number of relays accepted per an authority's ip
+config.summary.V3AuthVotingInterval consensus voting interval
+config.summary.V3AuthVotingInterval wait time to collect votes of other authorities
+config.summary.V3AuthDistDelay wait time to collect the signatures of other authorities
+config.summary.V3AuthNIntervalsValid number of voting intervals a consensus is valid for
+config.summary.V3BandwidthsFile path to a file containing measured relay bandwidths
+
+# Hidden Service Options
+config.summary.HiddenServiceDir directory contents for the hidden service
+config.summary.HiddenServicePort port the hidden service is provided on
+config.summary.PublishHidServDescriptors toggles automated publishing of the hidden service to the rendezvous directory
+config.summary.HiddenServiceAuthorizeClient restricts access to the hidden service
+config.summary.RendPostPeriod period at which the rendezvous service descriptors are refreshed
+
+# Testing Network Options
+config.summary.TestingTorNetwork overrides other options to be a testing network
+config.summary.TestingV3AuthInitialVotingInterval overrides V3AuthVotingInterval for the first consensus
+config.summary.TestingV3AuthInitialVoteDelay overrides TestingV3AuthInitialVoteDelay for the first consensus
+config.summary.TestingV3AuthInitialDistDelay overrides TestingV3AuthInitialDistDelay for the first consensus
+config.summary.TestingAuthDirTimeToLearnReachability delay until opinions are given about which relays are running or not
+config.summary.TestingEstimatedDescriptorPropagationTime delay before clients attempt to fetch descriptors from directory caches
+
 # Snippets from common log messages
 # These are static bits of log messages, used to determine when entries with
 # dynamic content (hostnames, numbers, etc) are the same. If this matches the



More information about the tor-commits mailing list