Raw import from Trac using Trac markup language. authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
== OpenBSD ==
1. Configure your system to use [https://stable.mtier.org/ M:Tier]'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
ContactInfo tor-operator@your-emailaddress-domain
ORPort 443 # TRY USING A DIFFERENT PORT IF 443 DOES NOT WORK FOR YOU
ExitRelay 0
SocksPort 0
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