summaryrefslogtreecommitdiff
path: root/templates/torrc.directory.erb
blob: 2eaffb76a500a70ad2d9fbffbab6eb0d78868291 (plain)
1
2
3
4
5
6
7
8
9
10
11
# directory listing
<%  if @port != '0' -%>
DirPort <%= @port %>
<%  end -%>
<%  Array(listen_addresses).each do |listen_address| -%>
DirListenAddress <%= listen_address %>
<%  end -%>
<%  if @port_front_page != '' -%>
DirPortFrontPage <%= @port_front_page %>
<%- end -%>