summaryrefslogtreecommitdiff
path: root/templates/torrc.directory.erb
blob: 23ed339236e46d743e08c52b8bd1dafb77a1e708 (plain)
1
2
3
4
5
6
7
8
9
10
11
# directory listing
<%  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 -%>