diff options
Diffstat (limited to 'manifests/bridge.pp')
-rw-r--r-- | manifests/bridge.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/bridge.pp b/manifests/bridge.pp index c0cfaae..81c59f1 100644 --- a/manifests/bridge.pp +++ b/manifests/bridge.pp @@ -8,8 +8,8 @@ class tor::bridge inherits tor::daemon { hidden_services => [], or_port => 443, address => '', - relay_bandwith_rate => 0, - relay_bandwith_burst => 0, + relay_bandwidth_rate => 0, + relay_bandwidth_burst => 0, exit_policies => 'reject *:*', bridge_relay => 1, } |