aboutsummaryrefslogtreecommitdiff
path: root/templates/torrc.directory.erb
blob: c6b35b5e7fd81e99df2a4db44b14fc2e281cc717 (plain)
1
2
3
4
5
6
7
8
9
10
11
# directory listing
<%- if port != '0' then -%>
DirPort <%= port %>
<%- end -%>
<%- for listen_address in listen_addresses -%>
DirListenAddress <%= listen_address %>
<%- end -%>
<%- if port_front_page != '' then -%>
DirPortFrontPage <%= port_front_page %>
<%- end -%>