diff options
| author | drebs <drebs@riseup.net> | 2012-01-08 04:07:31 -0200 | 
|---|---|---|
| committer | drebs <drebs@riseup.net> | 2012-01-08 04:07:31 -0200 | 
| commit | ad4748eed08ca5d96ddd88a0a563cdc796baad43 (patch) | |
| tree | 0b9fbfdee518b044c0240180ca179ab7723421ce /manifests/relay.pp | |
| parent | 7036428f5c215b01b80d1b8d6378d947710ab2d1 (diff) | |
| download | puppet-tor-ad4748eed08ca5d96ddd88a0a563cdc796baad43.tar.gz puppet-tor-ad4748eed08ca5d96ddd88a0a563cdc796baad43.tar.bz2  | |
relay is not an exit node
Diffstat (limited to 'manifests/relay.pp')
| -rw-r--r-- | manifests/relay.pp | 2 | 
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 *:*' ],                        }  }   | 
