mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-27 04:07:13 +00:00
Add tests for Vanguards setup
This commit is contained in:
parent
0334d7eb6b
commit
5b6e87c6e3
10 changed files with 502 additions and 283 deletions
|
@ -12,6 +12,12 @@ services:
|
|||
# Set controle port password (optionnal)
|
||||
TOR_CONTROL_PASSWORD: something_secret
|
||||
|
||||
# You can change any options here, excepted control_* ones and state_file
|
||||
VANGUARDS_EXTRA_OPTIONS: |
|
||||
[Global]
|
||||
enable_cbtverify = True
|
||||
loglevel = DEBUG
|
||||
|
||||
HELLO_TOR_SERVICE_HOSTS: '80:hello:80'
|
||||
HELLO_TOR_SERVICE_VERSION: '3'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue