52
[Shitpost] Government bodies that block your VPN
(programming.dev)
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.
much thanks to @gary_host_laptop for the logo design :)
Why do you use a VPN? I only use one when torrenting. Basically all my traffic is over HTTPS, and my DNS is encrypted via NextDNS so I don't think I need one usually
No amount of traffic/DNS encryption actually hides where your requests are coming from, or where they are going to. Your IP address and the IP addresses of the sites you visit are always unencrypted. VPNs hide both of these; realistically that's their sole purpose on the modern web.
Not all websites support https.
I use strict HTTPS-only mode in my web browser and legitimately can't remember the last time it's broken a website that I wasn't personally hosting as a dev server. At this point, I would never expect to be able to keep my interactions with any website that doesn't support HTTPS private, VPN or not.