summaryrefslogtreecommitdiff
path: root/templates/torrc.directory.erb
blob: d70ab39ebb30b60c1e2b8817d47c5a4a1683d3bc (plain)
1
2
3
4
5
6
7
8
# directory listing
<%  if @port != '0' -%>
DirPort <%= @port %>
<%  end -%>
<%  if @port_front_page != '' -%>
DirPortFrontPage <%= @port_front_page %>
<%- end -%>