mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-17 15:32:50 +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
19
README.md
19
README.md
|
@ -192,9 +192,6 @@ Use these environment variables to enable control port
|
|||
|
||||
For critical hidden services, it's possible to increase security with [`Vanguards`](https://github.com/mikeperry-tor/vanguards) tool.
|
||||
|
||||
#### Settings
|
||||
|
||||
It's not possible yet to custom all the settings using environment variable, but it's possible to mount configuration file to `/etc/tor/vanguards.conf` to custom `vanguards` settings.
|
||||
|
||||
### Run in the same container
|
||||
|
||||
|
@ -213,6 +210,22 @@ Use the same environment variable as `tor` to configure `vangards` (see upper).
|
|||
* `TOR_CONTROL_PORT`
|
||||
* `TOR_CONTROL_PASSWORD`
|
||||
|
||||
##### more settings
|
||||
|
||||
Use `VANGUARDS_EXTRA_OPTIONS` environment variable to change any settings.
|
||||
|
||||
The following settings cannot me changer with this variable:
|
||||
- `control_ip`:
|
||||
- use `TOR_CONTROL_PORT`
|
||||
- `control_port`:
|
||||
- use `TOR_CONTROL_PORT`
|
||||
- `control_socket`:
|
||||
- use `TOR_CONTROL_PORT`
|
||||
- `control_pass`:
|
||||
- use `TOR_CONTROL_PASSWORD`
|
||||
- `state_file`:
|
||||
- use `VANGUARDS_STATE_FILE`
|
||||
|
||||
# Legacy deprecated doc
|
||||
|
||||
> **WARNING**: ALL THE DOC BELLOW IS LEGACY, IT'S STILL WORKING BUT IT'S NOT RECOMMENDED ANYMORE AND COULD BE DROPPED IN FUTURE RELEASES.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue