Use alpine and build tor from source
This commit is contained in:
parent
5463744e49
commit
38ba81f386
8 changed files with 71 additions and 23 deletions
|
|
@ -2,7 +2,7 @@
|
|||
HiddenServiceDir /var/lib/tor/hidden_service/{{service}}
|
||||
{% for ports in conf['ports'] %}
|
||||
# PORT {{service}} {{ports[0]}}
|
||||
HiddenServicePort {{ports[0]}} {{service}}:{{ports[1]}}
|
||||
HiddenServicePort {{ports[0]}} {{conf['ip']}}:{{ports[1]}}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue