summaryrefslogtreecommitdiff
path: root/templates/torrc.directory.erb
blob: 56cfae00cadf55613fe4d60d074d2e4acc924376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# directory listing

<%- if dir_port != '0' then -%>
DirPort <%= dir_port %>
<%- end -%>
<%- if dir_listen_address != '' then -%>
DirListenAddress <%= dir_listen_address %>
<%- end -%>
<%- if dir_port_front_page != '' then -%>
DirPortFrontPage <%= dir_port_front_page %>
<%- end -%>