koopa-admin-log/configs/tor/README.md
Hernâni Marques fa0f37e58d
docs: Tor relay mirror (configs/tor) and host index
Document KoopaRelay ORPort 8080 / ControlPort 9051; README + host/tor
pointer. torrc already matched live /etc/tor/torrc.
2026-07-10 15:12:02 +02:00

34 lines
961 B
Markdown

# Tor relay — koopa
Live: `/etc/tor/torrc` (package `tor`, `tor.service`).
Mirror: this directory (`torrc` = active config).
| Setting | Value |
|---------|--------|
| Nickname | `KoopaRelay` |
| ORPort | **8080** (public; VeciGate WAN DNAT → koopa:8080) |
| ControlPort | **9051** (localhost only) |
| ExitRelay | **0** (non-exit) |
| SocksPort | **0** (no local SOCKS) |
| MyFamily | fingerprint shared with related relays (e.g. firecuda) |
| Bandwidth* | 2000 MBytes rate/burst |
## Files
| File | Role |
|------|------|
| `torrc` | Active config (mirror of `/etc/tor/torrc`) |
| `torrc.minimal` | Distro minimal template |
| `torrc.sample` | Distro full sample |
## Ops
```bash
systemctl status tor
ss -lntp | grep -E '8080|9051'
sudo tail -f /var/log/tor/notices.log
```
Monitoring helpers: `scripts/monitoring/tor_*.sh`.
Firewall: `configs/firewalld/public-ports.md` (**8080/tcp**).
Router: `../vecigate-admin-log` (WAN :8080 → koopa).