--- torrc.sample.in 2005-08-05 08:13:52.000000000 -0500 +++ torrc.sample 2005-08-05 08:16:55.000000000 -0500 @@ -14,6 +14,9 @@ # With the default Mac OS X installer, Tor will look in ~/.tor/torrc or # /Library/Tor/torrc +## Default username and group the server will run as +User tor +Group tor ## Replace this with "SocksPort 0" if you plan to run Tor only as a ## server, and not make any local application connections yourself. @@ -46,6 +49,7 @@ #Log notice syslog ## To send all messages to stderr: #Log debug stderr +Log notice file /var/log/tor/tor.log ## Uncomment this to start the process in the background... or use ## --runasdaemon 1 on the command line. @@ -63,6 +67,7 @@ ## The directory for keeping all the keys/etc. By default, we store ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows. #DataDirectory @LOCALSTATEDIR@/lib/tor +DataDirectory /var/lib/tor/data ## The port on which Tor will listen for local connections from Tor controller ## applications, as documented in control-spec.txt. NB: this feature is @@ -138,3 +143,8 @@ #ExitPolicy accept *:119 # accept nntp as well as default exit policy #ExitPolicy reject *:* # middleman only -- no exits allowed +##Banwidth policies, see +##http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ for more info +#BandwidthRate 25 kb +#BandwidthBurst 50 mb +