diff options
Diffstat (limited to 'manifests/relay.pp')
-rw-r--r-- | manifests/relay.pp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/manifests/relay.pp b/manifests/relay.pp deleted file mode 100644 index 5d3beb7..0000000 --- a/manifests/relay.pp +++ /dev/null @@ -1,23 +0,0 @@ -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 => '', - relay_bandwidth_rate => 50, - relay_bandwidth_burst => 50, - accounting_max => 0, - accounting_start => [], - contact_info => '', - dir_port => 0, - dir_listen_address => '', - dir_port_front_page => '', - my_family => '', - exit_policies => [ 'reject *:*' ], - } - -} |