summaryrefslogtreecommitdiff
path: root/manifests/relay.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/relay.pp')
-rw-r--r--manifests/relay.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/relay.pp b/manifests/relay.pp
index b444f57..5d3beb7 100644
--- a/manifests/relay.pp
+++ b/manifests/relay.pp
@@ -17,7 +17,7 @@ class tor::relay inherits tor::daemon {
dir_listen_address => '',
dir_port_front_page => '',
my_family => '',
- exit_policies => [],
+ exit_policies => [ 'reject *:*' ],
}
}