aboutsummaryrefslogtreecommitdiff
path: root/manifests/relay.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-08 03:54:47 -0200
committerdrebs <drebs@riseup.net>2012-01-08 03:54:47 -0200
commit7036428f5c215b01b80d1b8d6378d947710ab2d1 (patch)
tree291ec573030fc71198bbf9e4588a7d5ee11f681c /manifests/relay.pp
parent5abea8a2f16a87dbdc50f5a8255d38551fef8312 (diff)
downloadpuppet-tor-7036428f5c215b01b80d1b8d6378d947710ab2d1.tar.gz
puppet-tor-7036428f5c215b01b80d1b8d6378d947710ab2d1.tar.bz2
limiting relay speed
Diffstat (limited to 'manifests/relay.pp')
-rw-r--r--manifests/relay.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/relay.pp b/manifests/relay.pp
index a6d813c..b444f57 100644
--- a/manifests/relay.pp
+++ b/manifests/relay.pp
@@ -8,8 +8,8 @@ class tor::relay inherits tor::daemon {
or_listen_address => '',
nickname => '',
address => '',
- relay_bandwidth_rate => 0,
- relay_bandwidth_burst => 0,
+ relay_bandwidth_rate => 50,
+ relay_bandwidth_burst => 50,
accounting_max => 0,
accounting_start => [],
contact_info => '',