Patrick Asmus (ws06-vm) 03511fcb3f initial
2025-05-18 13:13:53 +02:00

37 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Tor Relay Konfiguration Middle Relay ohne Exit
## Erstellt für Patrick / techniverse.net
RunAsDaemon 1
## === ORPort: Annahme eingehender Verbindungen von anderen Relays ===
ORPort 9001
## === Nickname für dein Relay ===
Nickname DEIN-NICKNAME
## === Kontaktinfo für Fehlermeldungen (z.B. Abuse Reports) ===
ContactInfo Admin <mail@domain.com>
## === ControlPort: Schnittstelle für Tools wie Nyx / Steuerung ===
ControlPort 9051
CookieAuthentication 1
## === Bandbreitenlimitierung ===
RelayBandwidthRate 11520 KBytes # 90 Mbit/s dauerhaft
RelayBandwidthBurst 19200 KBytes # 150 Mbit/s für kurze Bursts
## === ExitPolicy: Kein Exit-Traffic erlauben (Middle-Only Relay!) ===
ExitPolicy reject *:*
## === Directory Mirror: Anderen Relays/Clients Tor-Metadaten bereitstellen ===
DirPort 9030 # Erlaubt, dass dein Node Verzeichnisdaten spiegelt
## === Logging (optional, empfehlenswert) ===
Log notice file /var/log/tor/notices.log
# === (optional) Wenn du einen DNS-Namen für dein Relay hast ===
Address relay.domain.com
# === (optional) DataDirectory explizit setzen, sonst Standard (z.B. /var/lib/tor) ===
DataDirectory /var/lib/tor