Author: atagar Date: 2011-01-11 16:36:45 +0000 (Tue, 11 Jan 2011) New Revision: 24060
Modified: arm/trunk/src/settings.cfg Log: Summaries for Server config options. Modified: arm/trunk/src/settings.cfg =================================================================== --- arm/trunk/src/settings.cfg 2011-01-10 18:01:21 UTC (rev 24059) +++ arm/trunk/src/settings.cfg 2011-01-11 16:36:45 UTC (rev 24060) @@ -111,6 +111,40 @@ config.summary.RejectPlaintextPorts Prevents connections on risky ports config.summary.AllowSingleHopCircuits Makes use of single hop exits if able +# Server Config Options +config.summary.Address Overwrites address others will use to reach this relay +config.summary.AllowSingleHopExits Toggles permitting use of this relay as a single hop proxy +config.summary.AssumeReachable Skips reachability test at startup +config.summary.BridgeRelay Act as a bridge +config.summary.ContactInfo Contact information for this relay +config.summary.ExitPolicy Traffic destinations that can exit from this relay +config.summary.ExitPolicyRejectPrivate Prevent exiting connection on the local network +config.summary.MaxOnionsPending Decryption queue size +config.summary.MyFamily Other relays this operator administers +config.summary.Nickname Identifier for this relay +config.summary.NumCPUs Number of processes spawned for decryption +config.summary.ORPort Port used to accept relay traffic +config.summary.ORListenAddress Address for relay connections +config.summary.PublishServerDescriptor Types of descriptors published +config.summary.ShutdownWaitLength Delay before quitting after receiving a SIGINT signal +config.summary.AccountingMax Amount of traffic before hibernating +config.summary.AccountingStart Duration of an accounting period +config.summary.RefuseUnknownExits Prevents relays not in the consensus from using us as an exit +config.summary.ServerDNSResolvConfFile Overriding resolver config for DNS queries we provide +config.summary.ServerDNSAllowBrokenConfig Toggles if we persist despite configuration parsing errors or not +config.summary.ServerDNSSearchDomains Toggles if our DNS queries search for addresses in the local domain +config.summary.ServerDNSDetectHijacking Toggles testing for DNS hijacking +config.summary.ServerDNSTestAddresses Addresses to test to see if valid DNS queries are being hijacked +config.summary.ServerDNSAllowNonRFC953Hostnames Toggles if we reject DNS queries with invalid characters +config.summary.BridgeRecordUsageByCountry Tracks geoip information on bridge usage +config.summary.ServerDNSRandomizeCase Toggles DNS query case randomization +config.summary.GeoIPFile Path to file containing geoip information +config.summary.CellStatistics Toggles storing circuit queue duration to disk +config.summary.DirReqStatistics Toggles storing network status counts and performance to disk +config.summary.EntryStatistics Toggles storing client connection counts to disk +config.summary.ExitPortStatistics Toggles storing traffic and port usage data to disk +config.summary.ExtraInfoStatistics Publishes statistic data in the extra-info documents + # 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
