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 can not forget about it. Follow the instructions to enable automatic software updates for your operating system.

2. Install tor

To install the tor package on Void Linux, please run:

# xbps-install -S tor

3. Configure /etc/tor/torrc

This is a very simple version of the torrc configuration file in order to run a Bridge on the Tor network:

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
Log notice    syslog
DataDirectory /var/lib/tor
User          tor

4. Enable and Start tor

Different from most recent distributions, Void Linux does not uses systemd; it uses runit instead.

To enable tor's service on a booted system:

# ln -s /etc/sv/tor /var/service/.

Once you enabled the service, it will automatically start. If you already started the tor daemon before and made changes do its configurations, you can restart it with:

# sv restart tor

5. Finale Notizen

Wenn du Probleme beim Einrichten deiner Brücke hast, schau dir unsere Hilfe-Sektion an. Wenn deine Brücke jetzt läuft, sieh dir die Nachinstallations-Hinweise an.