diff options
author | Marco Bonetti <sid77@slackware.it> | 2011-10-18 17:29:46 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-22 10:17:09 -0200 |
commit | c811f1c0058f94713064bdd7692c38e0d3d5bd5e (patch) | |
tree | 3909495c559afb0138cd711fdc808548f9a03375 /network/tor/torrc | |
parent | 10f363f274f9a5f8d44f24e8550ff8bd28e69978 (diff) | |
download | slackbuilds-c811f1c0058f94713064bdd7692c38e0d3d5bd5e.tar.gz |
network/tor: Updated for version 0.2.2.33.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/tor/torrc')
-rw-r--r-- | network/tor/torrc | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/network/tor/torrc b/network/tor/torrc index 577d169a3c..83d5bf22b4 100644 --- a/network/tor/torrc +++ b/network/tor/torrc @@ -1,5 +1,5 @@ ## Configuration file for a typical Tor user -## Last updated 12 April 2009 for Tor 0.2.1.14-rc. +## Last updated 16 July 2009 for Tor 0.2.2.1-alpha. ## (May or may not work for much older or much newer versions of Tor.) ## ## Lines that begin with "## " try to explain what's going on. Lines @@ -35,10 +35,9 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost ## We advise using "notice" in most cases, since anything more verbose ## may provide sensitive information to an attacker who obtains the logs. ## + ## Send all messages of level 'notice' or higher to /var/log/tor/tor.log Log notice file /var/log/tor/tor.log -## Send all messages of level 'notice' or higher to /var/log/tor/notices.log -#Log notice file /var/log/tor/notices.log ## Send every possible message to /var/log/tor/debug.log #Log debug file /var/log/tor/debug.log ## Use the system log instead of Tor's logfiles @@ -107,9 +106,22 @@ PidFile /var/run/tor/tor.pid ## Define these to limit how much relayed traffic you will allow. Your ## own traffic is still unthrottled. Note that RelayBandwidthRate must -## be at least 20 KBytes. -#RelayBandwidthRate 100 KBytes # Throttle traffic to 100KB/s (800Kbps) -#RelayBandwidthBurst 200 KBytes # But allow bursts up to 200KB/s (1600Kbps) +## be at least 20 KB. +#RelayBandwidthRate 100 KB # Throttle traffic to 100KB/s (800Kbps) +#RelayBandwidthBurst 200 KB # But allow bursts up to 200KB/s (1600Kbps) + +## Use these to restrict the maximum traffic per day, week, or month. +## Note that this threshold applies to sent _and_ to received bytes, +## not to their sum: Setting "4 GB" may allow up to 8 GB +## total before hibernating. +## +## Set a maximum of 4 gigabytes each way per period. +#AccountingMax 4 GB +## Each period starts daily at midnight (AccountingMax is per day) +#AccountingStart day 00:00 +## Each period starts on the 3rd of the month at 15:00 (AccountingMax +## is per month) +#AccountingStart month 3 15:00 ## Contact info to be published in the directory, so we can contact you ## if your relay is misconfigured or something else goes wrong. Google @@ -128,8 +140,9 @@ PidFile /var/run/tor/tor.pid #DirListenAddress 0.0.0.0:9091 ## Uncomment to return an arbitrary blob of html on your DirPort. Now you ## can explain what Tor is if anybody wonders why your IP address is -## contacting them. See contrib/tor-exit-notice.html for a sample. -#DirPortFrontPage /etc/tor/exit-notice.html +## contacting them. See contrib/tor-exit-notice.html in Tor's source +## distribution for a sample. +#DirPortFrontPage /etc/tor/tor-exit-notice.html ## Uncomment this if you run more than one Tor relay, and add the identity ## key fingerprint of each Tor relay you control, even if they're on |