mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
📝 docs(v1.1.1): Update image references and documentation details
- 🖼️ Replaced onion.png with logo.png in README - 📁 Added logo.png to src/ directory - 📝 Updated quick start and configuration example references - 🔢 Corrected image size details from ~20MB to ~17.1MB in FAQ and security-validation-tests.sh
This commit is contained in:
12
docs/FAQ.md
12
docs/FAQ.md
@@ -158,16 +158,16 @@ OBFS4V_NumCPUs=4
|
||||
### What ports need to be publicly accessible?
|
||||
|
||||
**Guard/Middle Relay:**
|
||||
- `TOR_ORPORT` (default: 9001) - **PUBLIC**
|
||||
- `TOR_DIRPORT` (default: 9030) - **PUBLIC** (optional, set to 0 to disable)
|
||||
- `TOR_ORPORT` (default: 9001) - **PUBLIC 🌐**
|
||||
- `TOR_DIRPORT` (default: 9030) - **PUBLIC 🌐** (optional, set to 0 to disable)
|
||||
|
||||
**Exit Relay:**
|
||||
- `TOR_ORPORT` (default: 9001) - **PUBLIC**
|
||||
- `TOR_DIRPORT` (default: 9030) - **PUBLIC**
|
||||
- `TOR_ORPORT` (default: 9001) - **PUBLIC 🌐**
|
||||
- `TOR_DIRPORT` (default: 9030) - **PUBLIC 🌐**
|
||||
|
||||
**Bridge Relay:**
|
||||
- `TOR_ORPORT` (default: 9001) - **PUBLIC**
|
||||
- `TOR_OBFS4_PORT` (default: 9002) - **PUBLIC**
|
||||
- `TOR_ORPORT` (default: 9001) - **PUBLIC 🌐**
|
||||
- `TOR_OBFS4_PORT` (default: 9002) - **PUBLIC 🌐**
|
||||
|
||||
**No monitoring ports exposed** - all diagnostics via `docker exec` only (security by design).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user