DNS filtering blocks websites by making the DNS resolver return a fake response — the cheapest and most common first-line censorship tool.
Explanation
When your device asks the DNS resolver for a domain's IP address and the resolver is under filtering policy, it returns NXDOMAIN (domain does not exist), a blockpage server IP, or nothing at all. Your device cannot reach the site because it has no address to connect to. Switching your DNS to a public resolver (1.1.1.1, 8.8.8.8) defeats DNS filtering — provided the network does not also block outbound port 53 or force redirect DNS queries. Enterprise networks often force DNS through their own resolver. DNS filtering does nothing against IP-level or DPI-level filtering — for those, a proxy or VPN is required.
Related terms