1. Aktiviere automatische Software Updates
One of the most important things to keep your relay secure is to install security updates timely and, ideally, automatically, so you cannot forget about them.
Folge den Anweisungen, um automatische Software-Updates für dein Betriebssystem zu aktivieren.
2. Paketinstallation
Ensure you update the packages database before installing the package, then call zypper
to install it:
# zypper refresh
# zypper install tor
3. Konfigurations-Datei
Setze die Konfigurations-Datei /etc/tor/torrc
an ihren Platz
Nickname myNiceRelay # Ändere "myNiceRelay" in etwas, das dir gefällt
ContactInfo your@e-mail # Schreib dein E-Mail und sei dir bewusst, dass es veröffentlicht werden wird
ORPort 443 # Du kannst auch einen anderen Port verwenden, wenn du das möchtest
ExitRelay 0
SocksPort 0
4. Restart the service
Starte den tor
-Daemon neu, damit deine Konfigurationsänderungen wirksam werden:
# systemctl restart tor
5. Finale Notizen
Wenn du Probleme beim Einrichten deines Relays hast, schau dir unsere Hilfe-Sektion an.
Wenn dein Relay jetzt läuft, schau dir die Nachinstallations-Hinweise an.