diff options
author | Micah Anderson <micah@riseup.net> | 2012-03-14 13:05:14 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-03-14 13:05:14 -0400 |
commit | efbcd9bbbe5fe95ab0500b79633d69f22fc63359 (patch) | |
tree | e1055d0ed39743c190a73259f4a3031ff74fd365 /templates | |
parent | b57819f650bc412f458a3b37620f557b5be7495a (diff) | |
download | puppet-tor-efbcd9bbbe5fe95ab0500b79633d69f22fc63359.tar.gz puppet-tor-efbcd9bbbe5fe95ab0500b79633d69f22fc63359.tar.bz2 |
add ExitPolicyRejectPrivate option to exit_policy define
Diffstat (limited to 'templates')
-rw-r--r-- | templates/torrc.exit_policy.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/torrc.exit_policy.erb b/templates/torrc.exit_policy.erb index 4732ad6..92367c2 100644 --- a/templates/torrc.exit_policy.erb +++ b/templates/torrc.exit_policy.erb @@ -1,4 +1,7 @@ # exit policies: <%= name %> +<%- if reject_private != 1 then -%> +ExitPolicyRejectPrivate <%= reject_private %> +<%- end -%> <%- for policy in accept -%> ExitPolicy accept <%= policy %> <%- end -%> |