Author: atagar Date: 2011-01-06 05:30:19 +0000 (Thu, 06 Jan 2011) New Revision: 24041
Modified: arm/trunk/src/settings.cfg Log: Adding summaries for the rest of the general category options, barring several made in the last few releases. Modified: arm/trunk/src/settings.cfg =================================================================== --- arm/trunk/src/settings.cfg 2011-01-06 02:25:00 UTC (rev 24040) +++ arm/trunk/src/settings.cfg 2011-01-06 05:30:19 UTC (rev 24041) @@ -17,6 +17,27 @@ config.summary.CookieAuthFile Location of the authentication cookie config.summary.CookieAuthFileGroupReadable Group read permissions for the authentication cookie config.summary.DataDirectory Location for storing runtime data (state, keys, etc) +config.summary.DirServer Alternative directory authorities +config.summary.FetchHidServDescriptors Toggles if hidden service descriptors are fetched automatically or not +config.summary.FetchServerDescriptors Toggles if the consensus is fetched automatically or not +config.summary.FetchUselessDescriptors Toggles if relay descriptors are fetched when they aren't strictly necessary +config.summary.Group GID for the process when started +config.summary.HttpProxy HTTP proxy for fetching directory requests +config.summary.HttpProxyAuthenticator Authentication credentials for HttpProxy +config.summary.HttpsProxy SSL proxy for fetching directory requests +config.summary.HttpsProxyAuthenticator Authentication credentials for HttpsProxy +config.summary.KeepalivePeriod Rate at which to send keepalive packets +config.summary.Log Runlevels and location for tor logging +config.summary.OutboundBindAddress Sets the IP used for connecting to tor +config.summary.PidFile Path for a file tor writes containing its process id +config.summary.ProtocolWarnings Toggles if protocol errors give warnings or not +config.summary.RunAsDaemon Toggles if tor runs as a daemon process +config.summary.SafeLogging Toggles if logs are scrubbed of sensitive information +config.summary.User UID for the process when started +config.summary.HardwareAccel Toggles if tor attempts to use hardware acceleration +config.summary.AvoidDiskWrites Toggles if tor avoids frequently writing to disk +config.summary.TunnelDirConns Toggles if directory requests can be made over the ORPort +config.summary.PreferTunneledDirConns Avoids directory requests that can't be made over the ORPort if set # Snippets from common log messages # These are static bits of log messages, used to determine when entries with
