Document KoopaRelay ORPort 8080 / ControlPort 9051; README + host/tor pointer. torrc already matched live /etc/tor/torrc.
34 lines
961 B
Markdown
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).
|