==== openSUSE
- Install the
tor
package:
zypper install tor
- Put the configuration file
/etc/tor/torrc
in place:
#change the nickname "myNiceRelay" to a name that you like
Nickname myNiceRelay
ORPort 443
ExitRelay 0
SocksPort 0
# Change the Email address bellow and be aware that it will be published
ContactInfo tor-operator@your-emailaddress-domain
- Start the tor daemon and make sure it starts at boot:
systemctl enable tor
systemctl start tor