mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-20 08:50:28 +00:00
Add tests for Vanguards setup
This commit is contained in:
parent
ddd0be66ca
commit
a9bbdd4e94
10 changed files with 502 additions and 283 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue