aboutsummaryrefslogtreecommitdiff
path: root/manifests/relay.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/relay.pp')
-rw-r--r--manifests/relay.pp9
1 files changed, 5 insertions, 4 deletions
diff --git a/manifests/relay.pp b/manifests/relay.pp
index 6f74895..a6d813c 100644
--- a/manifests/relay.pp
+++ b/manifests/relay.pp
@@ -3,18 +3,19 @@ class tor::relay inherits tor::daemon {
tor::daemon::config { "tor-relay":
socks_port => 0,
socks_listen_addresses => [],
+ socks_policies => [],
or_port => 9001,
or_listen_address => '',
nickname => '',
- address => $hostname,
- relay_bandwidth_rate => 0,
- relay_bandwidth_burst => 0,
+ address => '',
+ relay_bandwidth_rate => 0,
+ relay_bandwidth_burst => 0,
accounting_max => 0,
accounting_start => [],
contact_info => '',
dir_port => 0,
dir_listen_address => '',
- dir_port_front_page => '',
+ dir_port_front_page => '',
my_family => '',
exit_policies => [],
}