diff options
Diffstat (limited to 'templates/torrc.exit_policy.erb')
-rw-r--r-- | templates/torrc.exit_policy.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/torrc.exit_policy.erb b/templates/torrc.exit_policy.erb index e240013..4732ad6 100644 --- a/templates/torrc.exit_policy.erb +++ b/templates/torrc.exit_policy.erb @@ -1,5 +1,4 @@ # exit policies: <%= name %> - <%- for policy in accept -%> ExitPolicy accept <%= policy %> <%- end -%> |