Add TOR_EXTRA_OPTIONS in torrc template
This commit is contained in:
parent
0eb745a4f9
commit
914d1d0c72
4 changed files with 51 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue