This project is archived. Its data is
read-only
.
Changes
Page history
Raw import from Trac using Trac markup language.
authored
Jun 15, 2020
by
Alexander Hansen Færøy
Show whitespace changes
Inline
Side-by-side
TorRelayGuide/OpenBSD.md
0 → 100644
View page @
53a16e3a
== 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