summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-08 04:07:31 -0200
committerdrebs <drebs@riseup.net>2012-01-08 04:07:31 -0200
commitad4748eed08ca5d96ddd88a0a563cdc796baad43 (patch)
tree0b9fbfdee518b044c0240180ca179ab7723421ce
parent7036428f5c215b01b80d1b8d6378d947710ab2d1 (diff)
relay is not an exit node
-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 *:*' ],
}
}