docker-tor-hidden-service/assets/torrc

13 lines
282 B
Text
Raw Normal View History

2016-03-07 03:43:12 +01:00
{% 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 %}
2016-03-16 22:16:03 +01:00
{% if 'RELAY' in env %}
2016-03-07 03:43:12 +01:00
ORPort 9001
{% endif %}
SocksPort 0