Learn how to integrate CleanBrowsing DNS filtering into a Windows Active Directory environment without breaking domain functionality. The key is configuring CleanBrowsing as a DNS forwarder on your AD DNS server rather than on individual workstations.
Configuring CleanBrowsing DNS directly on individual workstations in an Active Directory environment will break AD functionality. When workstations use CleanBrowsing resolvers instead of the AD DNS server, they lose the ability to:
This can potentially disconnect workstations from the domain entirely. The solution is to configure CleanBrowsing at the AD DNS server level, not on individual machines.
Instead of configuring CleanBrowsing DNS directly on workstations, you should implement CleanBrowsing as a DNS forwarder on your Active Directory DNS server. This approach:
Your AD DNS server handles internal domain queries locally and forwards all external queries to CleanBrowsing resolvers.
Follow these steps to set up CleanBrowsing as a DNS forwarder on your AD DNS server:
dnsmgmt.msc on your AD DNS server.
Once configured, all external DNS lookups from your domain-joined workstations will be filtered through CleanBrowsing while internal AD DNS resolution continues to work normally.
Add the appropriate CleanBrowsing resolver IPs to your DNS forwarder configuration based on the level of filtering you need:
Blocks malware, phishing, and malicious domains:
185.228.168.9
185.228.169.9
Blocks adult content in addition to security threats:
185.228.168.10
185.228.169.11
The most restrictive filter, blocking adult content, mixed content, and security threats:
185.228.168.168
185.228.169.168
If you have a paid CleanBrowsing account, use your custom resolver IPs from your dashboard for granular category-level control.
To ensure consistent DNS filtering across your Active Directory environment, implement these additional safeguards:
These measures ensure that all DNS traffic from your network passes through CleanBrowsing, maintaining consistent content filtering while preserving full Active Directory functionality.
Manage your DNS filtering programmatically with the CleanBrowsing REST API.
Step-by-step guide to configuring CleanBrowsing DNS on Windows desktops and laptops.
Answers to frequently asked questions about CleanBrowsing DNS filtering.