tor-container/assets/torrc
2016-03-15 00:09:42 +01:00

12 lines
286 B
Text

{% for container in containers %}
HiddenServiceDir /var/lib/tor/hidden_service/{{container.names[0]}}
{% for link in container.links %}
HiddenServicePort {{link.port}} {{link.ip}}:{{link.port}}
{% endfor %}
{% endfor %}
{% if 'RELAY' in environ %}
ORPort 9001
{% endif %}
SocksPort 0