]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
limiting relay speed
authordrebs <drebs@riseup.net>
Sun, 8 Jan 2012 05:54:47 +0000 (03:54 -0200)
committerdrebs <drebs@riseup.net>
Sun, 8 Jan 2012 05:54:47 +0000 (03:54 -0200)
manifests/relay.pp

index a6d813c45e4a3c848ceb5c4f2d21d0ed467a718d..b444f5740ebfdeb86d75f042eda524b8f3f01ad4 100644 (file)
@@ -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           => '',