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

Linux

59569 readers
764 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
[–] sunbeam60@feddit.uk 4 points 23 hours ago

It wouldn’t stand up to traffic pattern analysis:

  • VPN traffic tend to have very uniform traffic pattern
  • Most VPN traffic runs on UDP, not TCP
  • All VPN protocols that I’m aware of have characteristic handshake patterns, even wireguards extremely fast 1-RTT handshake.
  • HTTPS traffic is very bursts and TCP retransmission patterns look very distinct.

But then I doubt an ISP would run deep traffic pattern analysis on all traffic. So you’d probably be fine.

But yeah, setting up your own VPN server on some random 1-core/2 GB RAM server is extremely easy.