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.
This commit is contained in:
parent
3f0e6b31e6
commit
fa0f37e58d
5 changed files with 41 additions and 0 deletions
34
configs/tor/README.md
Normal file
34
configs/tor/README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# 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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue