aboutsummaryrefslogtreecommitdiff
path: root/templates/torrc.control.erb
blob: df9513a5fae1d219d092243b32b30d5a93a4ed37 (plain)
1
2
3
4
5
6
# tor controller
<%- if port != '0' then -%>
ControlPort <%= port %>
HashedControlPassword <%= hashed_control_password %>
<%- end -%>