summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/torrc.relay.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb
index 27e35d6..7735b47 100644
--- a/templates/torrc.relay.erb
+++ b/templates/torrc.relay.erb
@@ -1,7 +1,6 @@
# relay
<% if @port != 0 -%>
ORPort <%= @port %>
-<% end -%>
<% Array(@real_outbound_bindaddresses).each do |outbound_bindaddress| -%>
OutboundBindAddress <%= @outbound_bindaddress %>
<% end -%>