mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
📝 docs(v1.1.1): Fix README
- 🪶 clarify light-weight info
This commit is contained in:
11
README.md
11
README.md
@@ -28,7 +28,8 @@
|
||||
|
||||
### Why Choose This Project?
|
||||
|
||||
- 🛡️ **Security-First** - Hardened Alpine Linux, non-root operation, ultra-minimal 17.1 MB image
|
||||
- 🛡️ **Security-First** - Hardened Alpine Linux, non-root operation
|
||||
- 🪶 **Very light** - Ultra-minimal 17.1 MB image
|
||||
- 🎯 **Simple** - One command to deploy, minimal configuration needed
|
||||
- 📊 **Observable** - 4 busybox-only diagnostic tools with JSON health API
|
||||
- 🌉 **Multi-Mode** - Supports guard, exit, and bridge (obfs4) relays
|
||||
@@ -563,10 +564,10 @@ flowchart TB
|
||||
|
||||
This project uses `--network host` for important reasons:
|
||||
|
||||
✅ **IPv6 Support** - Direct access to host's IPv6 stack
|
||||
✅ **No NAT** - Tor binds directly to ports without translation
|
||||
✅ **Better Performance** - Eliminates network overhead
|
||||
✅ **Tor Recommended** - Follows Tor Project best practices
|
||||
- ✅ **IPv6 Support** - Direct access to host's IPv6 stack
|
||||
- ✅ **No NAT** - Tor binds directly to ports without translation
|
||||
- ✅ **Better Performance** - Eliminates network overhead
|
||||
- ✅ **Tor Recommended** - Follows Tor Project best practices
|
||||
|
||||
**Security:** The container still runs as non-root with restricted permissions. Host networking is standard for Tor relays.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user