I just wanted to ask if it is possible to set up a Tor Middle/Guard Relay with Cloudflare Tunnel?
I would install it on my Ubuntu server, and expose its Port 443 with cloudflared
The default configuration of the Middle/Guard Relay:
Nickname myNiceRelay # Change "myNiceRelay" to something you like
ContactInfo [email protected] # Write your e-mail and be aware it will be published
ORPort 443 # You might use a different port, should you want to
ExitRelay 0
SocksPort 0
Unfortunately this isn’t possible. Cloudflare Tunnel only supports exposing HTTP applications by default. If you want to expose arbitrary TCP applications, you have to use the WARP client on any computer that needs to connect.
It won’t work with Cloudflare Tunnel. You would have to use Spectrum or Magic WAN, but I honestly cannot recommend using Cloudflare in front of a TOR relay. Not only would it be quite expensive for you due to bandwidth usage, but I doubt Cloudflare wants its IPs showing up as TOR relays.