📝 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:
rE-Bo0t.bx1
2025-11-15 18:21:13 +08:00
parent 1329507727
commit 3f47d8a7dc
4 changed files with 8 additions and 8 deletions

View File

@@ -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).