this post was submitted on 26 Jun 2026
447 points (97.3% liked)
Privacy
10105 readers
1176 users here now
A community for Lemmy users interested in privacy
Rules:
- Be civil
- No spam posting
- Keep posts on-topic
- No trolling
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can totally self-host your own VPN, a lot of folks will do that so that they can access their home lab remotely (without having to open ports or set up a reverse proxy).
That said, self-hosting kind of defeats the purpose of using a VPN service if the goal is to anonymise web traffic or bypass regional restrictions/ content blocks.*
* Technically you could use a hosting service and host your own VPN in another region, but it's probably not going to be cheap, and it's kind of a stretch of the self part of self hosting.
Could one use onion routing to self host and bypass the disadvantages?
Also, thanks for a succinct and straightforward answer.
Mmm, there's nuance with a bit of ambiguity here and I'm not deeply familiar with onion routing (security isn't my specialty, I know enough to say that I'm very out of my depth).
Let's back up to what a VPN does: it's effectively a detour for your network traffic. Instead of traffic going from your client (I'm grouping computer/ phone and routers tougher, because you can do VPN routing at either level) and to whatever you were trying to go, the VPN server acts as a middleman. (Assuming secure traffic ssl/ https) A VPN masks your traffic from your ISP (because they just see you connecting to the VPN instead of your destination) and from your destination (because they see the request as coming from the VPN server*).
As I understand it, onion routing conceptually similar to chaining multiple VPN hops together, such that each hop is only aware of where to go next. (I think technically, each packet is sent along a different random path).
So. There're a couple of ways to answer your question, depending on how you interpret it or how you layer technologies.
All that said, the major downside to onion routing is speed, it's incredibly slow to break your request apart, bounce it around the network a bunch of times, reassemble it on the other end, and then turn around and do it again for the return trip.
* That also means that some sites, like reddit (fuck u/spez), will block traffic from VPN servers because multiple people's traffic all coming from the same place looks a lot like spam.
You can absolutely self-host onion services and bypass the use of VPN, if you're serving web apps.
Entirely depends on your use case, though.