💾 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
-=-=-=-=-=-=-
A screenshot showing the bandwidth usage on my server
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.
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
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.
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