summaryrefslogtreecommitdiff
path: root/templates/torrc.relay.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/torrc.relay.erb')
-rw-r--r--templates/torrc.relay.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb
index bfe982c..27e35d6 100644
--- a/templates/torrc.relay.erb
+++ b/templates/torrc.relay.erb
@@ -1,8 +1,6 @@
# relay
<% if @port != 0 -%>
ORPort <%= @port %>
-<% Array(@listen_addresses).each do |listen_address| -%>
-ORListenAddress <%= @listen_address %>
<% end -%>
<% Array(@real_outbound_bindaddresses).each do |outbound_bindaddress| -%>
OutboundBindAddress <%= @outbound_bindaddress %>