this post was submitted on 16 Aug 2025
88 points (98.9% liked)

Technology

373 readers
1284 users here now

Share interesting Technology news and links.

Rules:

  1. No paywalled sites at all.
  2. News articles has to be recent, not older than 2 weeks (14 days).
  3. No videos.
  4. Post only direct links.

To encourage more original sources and keep this space commercial free as much as I could, the following websites are Blacklisted:

More sites will be added to the blacklist as needed.

Encouraged:

founded 3 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] RonSijm@programming.dev 3 points 1 day ago (1 children)

instead of giving you the real IP, it points you to one of their proxy servers located in a country without the ID requirement.

Sounds a bit weird, if it's just pure dns. Because if your dns server gives you a random proxy server instead, it sounds like this would break https right?

[–] x00z@lemmy.world 2 points 1 day ago (1 children)

No it wouldn't break. HTTPS is the end-to-end encryption of HTTP. As long as you pass the original connection without altering it it'll be safe.

[–] crank0271@lemmy.world 1 points 1 day ago (1 children)

Right - DNS would pass your connection to a geographically different server, with which you create a secure connection.

[–] x00z@lemmy.world 2 points 1 day ago (1 children)

The question was about a "random proxy server". You can proxy HTTPS as a third party too without breaking it.

I'm not saying that's what they are doing though. It's possible they do this by just serving an IP in a different country. I haven't looked too much into it. In neither of the cases it would break HTTPS.

[–] crank0271@lemmy.world 1 points 1 day ago

Good point. Thanks for helping me read more carefully!