this post was submitted on 13 Nov 2025
133 points (98.5% liked)

Linux

59590 readers
1190 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I know it isn't specific to just Linux but I use Linux anyway so my question is,

Is there a way you could use a VPN without them knowing that? Or if they outlaw them is it really just game over?

If they made VPNs illegal I suppose stuff like TOR would follow except TOR is partly funded by the US state department and the US is one of my countries closest allies (one of the five eyes). So surely they wouldn't shut down something the US funds directly... Would they?

I've read very very little about Gemini and other protocols like Gopher, would this be the way forward if they do this? And is that even remotely close to the security and potential anonymity you would receive from a VPN?

you are viewing a single comment's thread
view the rest of the comments
[–] zippyEnjoyer@lemmy.zip 7 points 2 days ago* (last edited 2 days ago)

Until the "whitelist" principle is implemented for the network—you're fine. You'll be able to use stealth protocols, whose traffic is practically indistinguishable from regular HTTPS traffic to any website.

You might ask:

But won't the internet censor notice that suspiciously large amounts of traffic are going to a single IP and block it?

you'd be right, but only in the case where your server is configured incorrectly. nothing stops you from finding a hosting provider whose subnet contains YouTube caching servers and disguise your traffic as coming from there. then, to the censor, everything will look natural, since traffic is indeed going to YouTube.

Once you have your own proxy server, you can create proxy chains to well-known services like Mullvad, IVPN, Proton, etc. Your intermediate server won't see the traffic, so your privacy will be just as strong as when using these popular services directly—except with slightly higher ping.

You might say: what if they introduce those very whitelists, allowing access only to IPs within your country of residence? Like in North Korea?

I'll answer: first, it's unlikely to happen overnight, as it would be a fatal blow to the country's economy. Second, even with whitelists, there are ways around them. In Russia, many people rent Russian CDNs (content delivery networks that reduce ping to services) and use them as an intermediate layer between a foreign server and themselves.

Why can't the censor block them? Because large companies use them—so blocking these CDNs would also break taxi services, banks, and many other services included in the whitelist.

So it's not that bad. The main thing is to have the will to fight for your rights, for your freedom. And methods, one way or another, will remain even under the strictest regimes :)