Add TOR_EXTRA_OPTIONS in torrc template

This commit is contained in:
Christophe Mehay 2020-02-16 12:26:30 +01:00
parent 4c3c04e7a5
commit 200900af4d
4 changed files with 51 additions and 11 deletions

View file

@ -25,4 +25,8 @@ SocksPort {{env['TOR_SOCKS_PORT']}}
SocksPort 0
{% endif %}
{% if 'TOR_EXTRA_OPTIONS' in env %}
{{env['TOR_EXTRA_OPTIONS']}}
{% endif %}
# useless line for Jinja bug