summaryrefslogtreecommitdiff
path: root/templates/torrc.directory.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2018-01-29 12:07:15 -0500
committerMicah Anderson <micah@riseup.net>2018-01-29 12:07:15 -0500
commitb1af45d47d3e1441405a9b4b67f44f7d6008486a (patch)
treee04489f4d3755c91c637ac413596c172300c3aad /templates/torrc.directory.erb
parent447ba8b809d0df60f9eabdbc6fc2b52cd17ef50b (diff)
parent90cb24c6e0916b27eae744e5f6ecaa84a180517c (diff)
Merge branch 'master' into riseup
Diffstat (limited to 'templates/torrc.directory.erb')
-rw-r--r--templates/torrc.directory.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/torrc.directory.erb b/templates/torrc.directory.erb
index 23ed339..d70ab39 100644
--- a/templates/torrc.directory.erb
+++ b/templates/torrc.directory.erb
@@ -2,9 +2,6 @@
<% if @port != '0' -%>
DirPort <%= @port %>
<% end -%>
-<% @listen_addresses.each do |listen_address| -%>
-DirListenAddress <%= listen_address %>
-<% end -%>
<% if @port_front_page != '' -%>
DirPortFrontPage <%= @port_front_page %>
<%- end -%>