💾 Archived View for jagtalon.net › first-relay.gmi captured on 2024-02-05 at 09:31:37. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Home

Tor Relay on OpenBSD

A screenshot showing the bandwidth usage on my server

Initial Setup

I wanted to contribute to the Tor network, so ran my first Tor relay (middle/guard node) on OpenBSD 7.3! Here are some notes that I wrote for myself.

OpenBSD instructions

Nyx

ControlPort 9051
CookieAuthentication 1
DisableDebuggerAttachment 0
permit nopass jag as _tor

That's it! You can find the relays that I’m running on metrics.torproject.org:

My relays on metrics.torproject.org

Help me run relays!

If you'd like me to run more relays on OpenBSD, you can send some money my way, and I'll run more non-exit relays! You can send me donations through PayPal at my email address at the very bottom of the page.

Limiting CPU Consumption

Tor was consuming a lot of CPU resources on the virtual machine, so I limited the bandwidth a bit. To do this, add the following to `/etc/tor/torrc`:

RelayBandwidthRate 1 MBytes
RelayBandwidthBurst 2 MBytes

Contact

jag@aangat.lahat.computer

@jag@weirder.earth