Apply conversion script to all *.md files. authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
==== openSUSE ==== openSUSE
1. Install the `tor` package: 1. Install the `tor` package:
{{{ ```
zypper install tor zypper install tor
}}} ```
2. Put the configuration file `/etc/tor/torrc` in place: 2. Put the configuration file `/etc/tor/torrc` in place:
{{{ ```
#change the nickname "myNiceRelay" to a name that you like #change the nickname "myNiceRelay" to a name that you like
Nickname myNiceRelay Nickname myNiceRelay
ORPort 443 ORPort 443
...@@ -14,10 +14,10 @@ ExitRelay 0 ...@@ -14,10 +14,10 @@ ExitRelay 0
SocksPort 0 SocksPort 0
# Change the Email address bellow and be aware that it will be published # Change the Email address bellow and be aware that it will be published
ContactInfo tor-operator@your-emailaddress-domain ContactInfo tor-operator@your-emailaddress-domain
}}} ```
3. Start the tor daemon and make sure it starts at boot: 3. Start the tor daemon and make sure it starts at boot:
{{{ ```
systemctl enable tor systemctl enable tor
systemctl start tor systemctl start tor
}}} ```
\ No newline at end of file \ No newline at end of file