this post was submitted on 21 Feb 2024
11 points (86.7% liked)
Privacy
4194 readers
32 users here now
A community for Lemmy users interested in privacy
Rules:
- Be civil
- No spam posting
- Keep posts on-topic
- No trolling
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ignore the other comments here. These couch experts don't know what they're about.
A VPN hides your traffic from your ISP/network operator. This includes the domain you request (test.website.com) as well as the resource (/hello/123.html)
IF
you also set your DNS server to something other than your ISP or VPN Provider (such as Cloudflare's 1.1.1.1 service). Otherwise your ISP will see you are looking up that website.
BECAUSE
the website hopefully uses HTTPS, and the request to that website is end-to-end encrypted, including the resources you're requesting from the server.