mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-21 17:24:17 +00:00
Add TOR_EXTRA_OPTIONS in torrc template
This commit is contained in:
parent
4c3c04e7a5
commit
200900af4d
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