koopa-admin-log/configs/tor
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
..
README.md docs: Tor relay mirror (configs/tor) and host index 2026-07-10 15:12:02 +02:00
torrc chore: layout scripts/monitoring + tor configs; host README 2026-06-30 22:06:55 +02:00
torrc.minimal chore: layout scripts/monitoring + tor configs; host README 2026-06-30 22:06:55 +02:00
torrc.sample chore: layout scripts/monitoring + tor configs; host README 2026-06-30 22:06:55 +02:00

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

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