summaryrefslogtreecommitdiff
path: root/templates/torrc.control.erb
blob: 27b8156303c68a181c12c675a3ab4dca572c4f23 (plain)
1
2
3
4
5
6
7
# tor controller

<%- if control_port != '0' then -%>
ControlPort <%= control_port %>
HashedControlPassword <%= hashed_control_password %>
<%- end -%>