this post was submitted on 06 Apr 2026
96 points (100.0% liked)

cybersecurity

6031 readers
126 users here now

An umbrella community for all things cybersecurity / infosec. News, research, questions, are all welcome!

Community Rules

Enjoy!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] freeman@sh.itjust.works 3 points 9 hours ago

It's a DNS override. DNS is what turns URL addresses (www.Lemmy.org) to IP addresses (127.1.0.42) which are what is used to actually connect to another computer.

Normally your PC asks a DNS server,usually provided by your ISP by default, unless there is an entry in the hosts file.

So authorities often 'block' websites by just asking ISP to not return the true IP for a URL. You can get around that by putting the IP in your hosts file. You can also block websites by adding an entry on your hosts file that point to local host (your PC).