DNS is the internet's address book — it translates human-readable domain names like anyproxy.site into IP addresses computers use to connect.
Explanation
Every time your device visits a website, it first asks a DNS resolver for the site's IP address. That resolver is usually run by your ISP by default, though public options exist (1.1.1.1 from Cloudflare, 8.8.8.8 from Google). DNS traffic has historically been unencrypted, meaning your ISP or any network operator can see every domain you look up — which is why DNS-based blocking is the cheapest first-line censorship tool. Modern encrypted DNS variants (DNS-over-HTTPS, DNS-over-TLS) hide the queries. Changing your DNS to a public resolver defeats DNS-based blocks but does nothing against IP-level or DPI blocks — those need a proxy or VPN.
Related terms