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

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