Introduction # In this article, we will set up a Middle Relay, that will hopefully quickly be promoted to a Guard on the Tor network. Before going any further, be sure to understand the implications of this type of relay by reading my dedicated article first! Tor Relay Types Explained 2021-09-21·4 mins Linux Tor 1. Installing Tor # I used a Debian 11 (Bullseye) in this example. To make this tutorial easier, we’ll install tor from our package manager. apt update && apt install tor 2. Config...