16
T-Mobile fiber & Wireguard
(midwest.social)
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 :)
Just wanted to add... After reading your initial post I did some more digging on adding tracking headers, etc... especially by T-Mobile.
While it's definitely a thing, it only applies to HTTP traffic. Even HTTPS blocks their ability to add those headers. So any traffic that's using any other protocol (DNS, email, ssh, or just gaming, etc...) would be safe from your ISP from at least trying to add these tracking headers.
You can put headers on any TCP packets, and they're supposed to be preserved by intermediate routers. It affects all TCP packets, not just HTTP; the only way to bypass it is by using UDP, which is used by some protocols, but not most.
RFC9293