Add tests for Vanguards setup

This commit is contained in:
Christophe Mehay 2020-06-14 23:29:49 +02:00
parent ddd0be66ca
commit a9bbdd4e94
10 changed files with 502 additions and 283 deletions

View file

@ -6,7 +6,15 @@ services:
tor:
image: goldy/tor-hidden-service:$CUR_TAG
environment:
# Enable Vanguards like this
TOR_ENABLE_VANGUARDS: 'true'
# You can change any options here, excepted control_* ones
VANGUARDS_EXTRA_OPTIONS: |
[Global]
enable_cbtverify = True
loglevel = DEBUG
HELLO_TOR_SERVICE_HOSTS: '80:hello:80'
HELLO_TOR_SERVICE_VERSION: '3'