aboutsummaryrefslogtreecommitdiff
path: root/templates/torrc.exit_policy.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/torrc.exit_policy.erb')
-rw-r--r--templates/torrc.exit_policy.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.exit_policy.erb b/templates/torrc.exit_policy.erb
index 92367c2..65f9d09 100644
--- a/templates/torrc.exit_policy.erb
+++ b/templates/torrc.exit_policy.erb
@@ -1,5 +1,5 @@
# exit policies: <%= name %>
-<%- if reject_private != 1 then -%>
+<%- if reject_private != '1' then -%>
ExitPolicyRejectPrivate <%= reject_private %>
<%- end -%>
<%- for policy in accept -%>