2025-05-20 15:03:54 +02:00

36 lines
937 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

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
RunAsDaemon 1
# === ORPort: Annahme eingehender Verbindungen von anderen Relays ===
ORPort 9001 IPv4Only
# === Nickname für Relay ===
Nickname DEIN-NICKNAME
# === Kontaktinfo für Fehlermeldungen (zum Beispiel Abuse Reports) ===
ContactInfo Admin <mail@domain.com>
# === ControlPort: Schnittstelle für Tools wie Nyx / Steuerung ===
ControlPort 9051
CookieAuthentication 1
# === Bandbreitenlimitierung ===
RelayBandwidthRate 4480 KBytes # 35 Mbit/s dauerhaft
RelayBandwidthBurst 6400 KBytes # 50 Mbit/s für kurze Bursts
# === ExitPolicy ===
ExitPolicy reject *:*
# === Directory Mirror: Tor-Metadaten bereitstellen ===
DirPort 9030
# === Logging ===
Log notice file /var/log/tor/notices.log
# === DNS-Namen für Relay hast ===
Address relay.domain.com
# === DataDirectory explizit setzen, sonst Standard (zum Beispiel /var/lib/tor) ===
DataDirectory /var/lib/tor