When DNS filtering blocks a domain, it can respond in two ways:
- NXDOMAIN response: The resolver returns "domain not found" — the simplest blocking method. The browser shows its default error page
- Redirect to block page: The resolver returns an IP address that points to a custom block page explaining why access was denied
CleanBrowsing supports both approaches. NXDOMAIN blocking is lightweight and fast, while block page redirects are more informative for users who need to understand why a site is blocked.