
DNS Resolvers Guide
Learn about DNS resolvers, compare popular public DNS services, and understand how DNS resolution works
What is DNS Resolution?
The DNS Resolution Process
Query Initiation
Your device sends a DNS query to your configured resolver
Recursive Resolution
Resolver contacts root servers, TLD servers, and authoritative servers
Response Delivery
The IP address is returned to your device and cached
Why Choose Different Resolvers?
- Speed: Faster response times and lower latency
- Security: Malware and phishing protection
- Privacy: Better logging practices and data protection
- Filtering: Content blocking and parental controls
- Reliability: Higher uptime and redundancy
Popular Public DNS Resolvers
Cloudflare DNS
CloudflarePrivacy-focused, fast DNS with DoH/DoT support. Claims to be the fastest consumer DNS service.
IPv4 DNS Servers
1.1.1.1
1.0.0.1
IPv6 DNS Servers
2606:4700:4700::1111
2606:4700:4700::1001
Key Features
Google Public DNS
GoogleGoogle's free DNS service with fast response times and comprehensive global coverage.
IPv4 DNS Servers
8.8.8.8
8.8.4.4
IPv6 DNS Servers
2001:4860:4860::8888
2001:4860:4860::8844
Key Features
Quad9
Quad9 FoundationSecurity-focused DNS with malware and phishing protection built-in.
IPv4 DNS Servers
9.9.9.9
149.112.112.112
IPv6 DNS Servers
2620:fe::fe
2620:fe::9
Key Features
OpenDNS
Cisco (OpenDNS)Cisco-owned DNS service with content filtering and security features.
IPv4 DNS Servers
208.67.222.222
208.67.220.220
IPv6 DNS Servers
2620:119:35::35
2620:119:53::53
Key Features
Comodo Secure DNS
ComodoSecurity-focused DNS service that blocks malicious domains and provides web filtering.
IPv4 DNS Servers
8.26.56.26
8.20.247.20
IPv6 DNS Servers
2001:db8::1
2001:db8::2
Key Features
Control D
Control DCustomizable DNS service with advanced filtering options and privacy controls.
IPv4 DNS Servers
76.76.19.19
76.76.2.0
IPv6 DNS Servers
2606:1a40::19
2606:1a40::20
Key Features
DNS Security Features
DNSSEC
Cryptographic validation ensures DNS responses haven't been tampered with, protecting against cache poisoning and man-in-the-middle attacks.
DoH/DoT
DNS over HTTPS (DoH) and DNS over TLS (DoT) encrypt DNS queries to prevent eavesdropping and manipulation by ISPs or attackers.
Threat Filtering
Many resolvers block known malicious domains, phishing sites, and malware command-and-control servers automatically.
How to Change Your DNS Resolver
🖥️ Windows
- 1. Open Network and Sharing Center
- 2. Click "Change adapter settings"
- 3. Right-click your connection → Properties
- 4. Select "Internet Protocol Version 4 (TCP/IPv4)"
- 5. Click Properties → "Use the following DNS server addresses"
- 6. Enter your preferred DNS servers
🍎 macOS
- 1. Open System Preferences → Network
- 2. Select your network connection
- 3. Click "Advanced" → "DNS" tab
- 4. Click "+" to add DNS servers
- 5. Enter your preferred DNS servers
- 6. Click "OK" → "Apply"
🐧 Linux
- 1. Edit
/etc/resolv.conf
- 2. Add:
nameserver 1.1.1.1
- 3. Add:
nameserver 1.0.0.1
- 4. Save the file
- 5. Restart network service or reboot
📱 Mobile Devices
- iOS: Settings → Wi-Fi → (i) → Configure DNS → Manual
- Android: Settings → Wi-Fi → Long press network → Modify → Advanced → IP settings → Static
- Enter DNS servers in the DNS fields
- Save and reconnect to the network
Test Your Current DNS Setup
Use our DNS lookup tools to test your current resolver's performance and verify DNS propagation across global servers.