diff options
author | ficus <ficus@robocracy.org> | 2012-11-23 20:19:02 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-23 20:19:02 +0100 |
commit | 1dcf529cbfc61a3b9d59d87e5e95907020d6cf72 (patch) | |
tree | 4f8e592bd1c2887bab408c4be598081a0f9996a6 /config/includes.chroot/etc | |
parent | 224b467844648abf2f7d567b5645cbbc12e221bb (diff) | |
download | torouter-live-1dcf529cbfc61a3b9d59d87e5e95907020d6cf72.tar.gz torouter-live-1dcf529cbfc61a3b9d59d87e5e95907020d6cf72.zip |
increase default tor relay bandwidth
Diffstat (limited to 'config/includes.chroot/etc')
-rw-r--r-- | config/includes.chroot/etc/tor/torrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/includes.chroot/etc/tor/torrc b/config/includes.chroot/etc/tor/torrc index 063dde8..c1b731a 100644 --- a/config/includes.chroot/etc/tor/torrc +++ b/config/includes.chroot/etc/tor/torrc @@ -96,8 +96,8 @@ Nickname Torouter ## 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 50KB -RelayBandwidthBurst 75KB +RelayBandwidthRate 400KB +RelayBandwidthBurst 500KB ## Contact info to be published in the directory, so we can contact you ## if your relay is misconfigured or something else goes wrong. Google |