diff options
author | Runa A. Sandvik <runa.sandvik@gmail.com> | 2011-08-23 10:56:56 +0100 |
---|---|---|
committer | Runa A. Sandvik <runa.sandvik@gmail.com> | 2011-08-23 10:56:56 +0100 |
commit | a0ae9b97d97b1a69de289bbb011a499e5bad8671 (patch) | |
tree | 225f4b7fb5b3be70d17f4050d0c13e30a5dc3ff0 /packages/torouter-prep | |
parent | 4c06ca7f2d0855f8aefa352a74fbad5103906159 (diff) | |
download | torouter-a0ae9b97d97b1a69de289bbb011a499e5bad8671.tar.gz torouter-a0ae9b97d97b1a69de289bbb011a499e5bad8671.zip |
Fix typo in torrc for RelayBandwidthRate and RelayBandwidthBurst
Diffstat (limited to 'packages/torouter-prep')
-rw-r--r-- | packages/torouter-prep/configs/torrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/torouter-prep/configs/torrc b/packages/torouter-prep/configs/torrc index 29a9526..0979ddc 100644 --- a/packages/torouter-prep/configs/torrc +++ b/packages/torouter-prep/configs/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 KBytes -RelayBandwidthBurst 75KB KBytes +RelayBandwidthRate 50KB +RelayBandwidthBurst 75KB ## Contact info to be published in the directory, so we can contact you ## if your relay is misconfigured or something else goes wrong. Google |