Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing slash #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions obsd-relays.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ These are the basic steps to configure a Tor relay with OpenBSD, based on the de

7. Edit */etc/tor/torrc* appropriately

8. Add the line tor_flags="-f /etc/tor/torrc" in the /etc/rc.conf.local file
8. Enable tor with rcctl enable tor

9. Start Tor with /etc/rc.d/tor start
9. Start Tor with rcctl start tor

10. Watch the Tor log with "tail -f /var/log/tor/notices.log"

Expand All @@ -92,13 +92,13 @@ Log

### Tor on Startup ###

$ cat /etc/rc.conf.local
$ rcctl get tor
> tor_class=tor
> tor_flags=
> tor_rtable=0
> tor_timeout=60
> tor_user=root

>tor_flags="-f /etc/tor/torrc"

>ntpd_flags="-s"

>sndiod_flags=NO

/etc/sysctl.conf

Expand Down