From 461fb93ccb1eb0a738a100712fa4ea26d55db5d6 Mon Sep 17 00:00:00 2001 From: Shahrad Elahi Date: Sat, 30 Sep 2023 11:06:57 +0330 Subject: [PATCH] updates docs [skip ci] --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9b67aa..8796e4a 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,12 @@ Please feel free to open an issue if you have any questions or suggestions. These options can be configured by setting environment variables using `-e KEY="VALUE"` in the `docker run` command. -| Option | Description | Default | -|---------------|------------------------------------------------|---------| -| `WG_HOST` | The public IP address of the WireGuard server. | `""` | -| `UI_PASSWORD` | The password for the admin UI. (optional) | `""` | +| Option | Description | Default | Optional | +|-------------------|---------------------------------------------------------------------------------------|---------|----------| +| `WG_HOST` | The public IP address of the WireGuard server. | `""` | | +| `UI_PASSWORD` | The password for the admin UI. | `""` | ✔️ | +| `TOR_USE_BRIDGES` | Quick setup of Tor bridges. You have to mount the bridges file at `/etc/tor/bridges`. | `""` | ✔️ | +| `TOR_*` | The `Torrc` proxy configuration. (e.g. `SocksPort` as `TOR_SOCKSPORT="9050"`) | `""` | ✔️ | ## Support the Project