Apply conversion script to all *.md files. authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
== OpenBSD ==
## OpenBSD
1. Configure your system to use [https://stable.mtier.org/ M:Tier]'s binary package repository to get updates
1. Configure your system to use [M:Tier](https://stable.mtier.org/)'s binary package repository to get updates
1. Install the `tor` package:
{{{
```
# pkg_add tor
}}}
```
3. Put the configuration file `/etc/tor/torrc` in place (it exists already after you installed the tor package):
{{{
```
#change the nickname "myNiceRelay" to a name that you like
Nickname myNiceRelay
# Change the email address bellow and be aware that it will be published
......@@ -20,11 +20,11 @@ RunAsDaemon 1
DataDir /var/tor
Log notice syslog
User _tor
}}}
```
4. Enable/Start the service:
{{{
```
# rcctl enable tor
# rcctl start tor
}}}
\ No newline at end of file
```
\ No newline at end of file