diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/daemon/relay.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/daemon/relay.pp b/manifests/daemon/relay.pp index d92a8b9..3ef8602 100644 --- a/manifests/daemon/relay.pp +++ b/manifests/daemon/relay.pp @@ -3,6 +3,7 @@ define tor::daemon::relay( $port = 0, $listen_addresses = [], $outbound_bindaddresses = [], + $portforwarding = 0, # KB/s, defaulting to using tor's default: 5120KB/s $bandwidth_rate = '', # KB/s, defaulting to using tor's default: 10240KB/s |