I2p
Privacy
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
Tor for browsing is similar to a VPN. I2p and Tribbler for downloads is also similar. You could also just rent a cheap VPS and set up your own VPN. There's a high chance people will be doing illegal shit through a VPN-like services, so I don't think a p2p VPN-like service where everyone is like an exit node is viable.
I use tor as a VPN (the tor org has finally realized and accepted people use it like this and welcome it now) via the tor network layer. I'll run a few instances and run my stuff through them. (Easier to set up a conjure or webtunnel bridge and exit node to a specific country than rely on the randomness of tor browser where some countries have restrictions or are restricted from accessing certain sites.)
If I need that extra sense of anonymity, I'll use the tor browser.
Tor isn't really VPN. Its much slower, and is far more likely to get blocked compared to a VPN.
True. Technically just a proxy.
But, I'm broke. And it's fast enough (with the right node)
So tor and protonvpn are what I use.
I've had issue with proton being blocked though, too. But a quick server change and everything is OK.
Yeah I was thinking of TOR when I read about the concept, but I did read a lot in the past how a lot of the nodes aren't really secure anymore.
I'll check out the other suggestions.
The sidebar doesn't mention piracy, so I'll just come out the gate and say that that's my usecase via torrents.
Which can get pretty expensive where I live due to absurd legal definitions. My thought process was if a P2P VPN gets me through another country where it's not persecuted as much I'd be safer than going with the proprietary big names.
TOR, I2P, SPN are the only ones I'm aware of that are functional
I wasn't aware of SPN thanks!
I recently began learning about mixnets. Interesting stuff there. Look up the Nym project for example
Checking it out, thanks
As a category, decentralized vpns are interesring.
It comes down to specific details of the exact provider compared with your own security objectives, to evaluate if it will work for your needs.
I condensed the posts a bit since it was a bit too vague.
Tailscale maybe.
That reads more like connecting my own devices in a private VPN right?
I was hoping for an alternative to Nord and the likes.
Rent a VPS for a penny and set it up as an exit node.
Something like tinc? (1)
Is this like Tailscale? Maybe closer to Headscale, as tinc seems to be completely self hosted.
I think the OP is looking for a decentralized alternative to something like Nord/Express/Mullvad to hide their traffic, and not a way to connect their devices together.
I think the OP is looking for a decentralized alternative to something like Nord/Express/Mullvad to hide their traffic, and not a way to connect their devices together.
exactly! Sorry if i didn't write that clearly in the post.
Ah yes, there's no turnkey, pay 5USD, tinc provider.
From a users point of view, it's like wireguard, without the star configuration and manual ip config and routing.
WireGuard supports mesh as well, but it requires to manually configure all the keys and all the IPs on all devices.
There is wgsd, which supposedly makes WireGuard mesh networking easier, but I haven't tried it.