Most gaming network advice stops at your internet plan and your router. The resolver that turns fortnite-server-east.epicgames.com into an IP address is a setting almost nobody touches, and by default it is whichever one your ISP handed you.
Here is the honest version up front: changing DNS will not lower your in-game ping. It changes how fast you find a server, not how fast packets move once the match has started. That is still worth two minutes of your time, and the addresses below are current as of September 2026.
Comparison Table for Best DNS for Gaming (2026)
| DNS Provider | Primary | Secondary | IPv6 Primary | Filtering | Gaming Notes |
|---|---|---|---|---|---|
| Cloudflare | 1.1.1.1 | 1.0.0.1 | 2606:4700:4700::1111 | None | No filtering, DoH/DoT, no-logging policy |
| Google DNS | 8.8.8.8 | 8.8.4.4 | 2001:4860:4860::8888 | None | Anycast in 100+ countries, very stable |
| Quad9 | 9.9.9.9 | 149.112.112.112 | 2620:fe::fe | Malware | Blocks malicious domains, DNSSEC |
| OpenDNS | 208.67.222.222 | 208.67.220.220 | 2620:119:35::35 | Optional | Cisco-run, custom blocklists |
| AdGuard DNS | 94.140.14.14 | 94.140.15.15 | 2a10:50c0::ad1:ff | Ads/trackers | Use 94.140.14.140 for the unfiltered pair |
| NextDNS | Custom | Custom | Custom | Configurable | Per-device analytics, 300k free queries/mo |
| Surfshark DNS | Subscription | Subscription | Subscription | Configurable | Console region switching, needs a paid plan |
There is no average latency column here on purpose. A single figure is meaningless: the resolver that answers in 8ms in Dallas can take 60ms three states away. Benchmark from your own connection instead.
Does DNS Lower Your Ping?
No. Your ping is the round trip between your machine and the game server, and DNS is not in that path once you have connected. If a site promises "0 ping DNS," it is selling you something.
What DNS actually changes is the lookup that happens before the connection: joining a match, switching regions, loading a launcher, or hitting a patch CDN. A slow or overloaded resolver adds anywhere from a few milliseconds to a few hundred on a cold lookup, and ISP resolvers are the ones most likely to be slow at 8pm on a Friday. So the honest pitch is faster menus, faster matchmaking and fewer launcher timeouts, not a better K/D.
DNS does move your ping in one indirect way: some games and CDNs pick which server IP to hand you based on where your resolver appears to be, so a resolver routing through a distant point of presence can land you on a worse regional server.
Why DNS Matters for Gaming
When you connect to a game server, your machine first asks a resolver where that hostname lives, gets an IP back, and only then connects. This repeats every time you join a match, switch servers, or touch a storefront or patch server.
Your ISP's resolver is tuned for general browsing and is frequently the slowest link in that chain. It is also the one most likely to be logging your traffic or injecting a search page on typos. Swapping it costs nothing and is reversible in thirty seconds.
How to Choose the Best DNS for Gaming
Consistency beats peak speed. A resolver that answers in 12ms every time is better than one that averages 8ms but occasionally stalls for 200ms under load. Test during the hours you actually play, not at 3am.
Geographic proximity. Pick a provider with a point of presence near you and near the servers you play on. All the major options use anycast, but "nearest" in network terms is not always nearest on a map.
Filtering is a tradeoff. Ad and malware blocking costs a little lookup time and can break game launchers or telemetry endpoints. If you want filtering, pick a provider that lets you allowlist quickly.
Privacy. Your DNS history is a log of every game, storefront and mod site you touch. Quad9 and Cloudflare publish no-logging policies; your ISP generally does not.
Test it yourself. Use GRC DNS Benchmark on Windows or dig on macOS and Linux. Results vary enough by ISP and city that a stranger's benchmark is close to worthless for you.
Best Primary and Secondary DNS Pairing
This is the part most guides get wrong, so it is worth being precise.
The secondary field is a fallback, not a load balancer. Most operating systems query the primary and only fall through to the secondary when the primary times out, which can take a second or more. A few resolvers race both. Either way, you do not get "the faster of the two" on every lookup.
That leads to one rule: use both addresses from the same provider. Mixing 1.1.1.1 with 8.8.4.4 is a common suggestion and a bad one. Your filtering, DNSSEC behavior and regional routing then depend on which server happened to answer, so a domain blocked by one resolver resolves fine through the other and your results become inconsistent for no gain.
Good pairs, straight from the table above:
- Cloudflare: 1.1.1.1 and 1.0.0.1
- Google: 8.8.8.8 and 8.8.4.4
- Quad9: 9.9.9.9 and 149.112.112.112
IPv6 DNS for Gaming
If your connection has IPv6, and most US cable and fiber connections do, set the IPv6 resolvers too. Leaving them on your ISP's defaults means your machine quietly keeps using ISP DNS for every IPv6 lookup while you think you have switched, which is the most common reason a DNS change "does nothing."
Same providers, same rule about matching pairs:
- Cloudflare:
2606:4700:4700::1111and2606:4700:4700::1001 - Google:
2001:4860:4860::8888and2001:4860:4860::8844 - Quad9:
2620:fe::feand2620:fe::9 - OpenDNS:
2620:119:35::35and2620:119:53::53
If You Are in the US
Cloudflare and Google both have dense US coverage and either is a safe default. Two things worth knowing: on the East Coast, where most NA game servers for shooters sit, the gap between providers is small enough that consistency matters more than the winner of any benchmark. In Texas and the rest of the central US, ISP resolvers in smaller metros are noticeably worse than the anycast providers, so the switch is more likely to be felt there.
Top DNS Servers for Gaming
1. Cloudflare DNS (1.1.1.1)
The default recommendation, and the one that tends to win head-to-head tests from US connections. It supports DNS over HTTPS and DNS over TLS and runs a published no-logging policy. No filtering at all, which is what you want if a launcher has ever broken on you.
2. Google Public DNS (8.8.8.8)
The most boring choice, and that is the appeal. Anycast presence in over 100 countries, DNSSEC validation, and uptime that essentially never becomes your problem. Marginally behind Cloudflare in most US tests but more predictable on unusual ISPs.
3. Quad9 (9.9.9.9)
Security first. Quad9 blocks known malicious domains at the resolver using commercial threat feeds, which is genuinely useful if you download mods or run third-party tools. The filtering adds a little overhead. Quad9 does publish an unsecured pair at 9.9.9.10 and 149.112.112.10, but it drops DNSSEC validation along with the malware blocking and Quad9 labels it experts-only, so it is not the obvious speed shortcut it looks like.
4. OpenDNS (208.67.222.222)
Cisco-operated and built around configurable filtering rather than raw speed. Worth it for a shared or family machine where you want category blocking and usage stats; less compelling if you just want the fastest lookup.
5. NextDNS
Not a fixed address: you create a configuration and get your own endpoint, then get per-device analytics and rules you can toggle per game. The free tier covers 300,000 queries a month, and past that it keeps resolving normally and simply stops filtering, so you never lose connectivity mid-session.
6. AdGuard DNS (94.140.14.14)
Blocks ads and trackers at the network level, which cleans up ad-supported mobile games and launcher pages. That filtering is also the reason it is the slowest option here. AdGuard publishes a non-filtering pair at 94.140.14.140 and 94.140.14.141 if you want the infrastructure without the blocklists.
7. Surfshark DNS
Worth naming because console players ask about it, but be clear on what it is: a Smart DNS feature bundled with a Surfshark subscription, not a free public resolver. The draw is region switching on a PlayStation or Xbox without a full VPN. If you are not already a subscriber, this is not a DNS decision.
How to Change Your DNS for Gaming
Windows 10/11
- Open Network Settings: right-click the network icon and select "Network and Internet settings"
- Access Adapter Options: click "Change adapter options" under "Advanced network settings"
- Configure DNS: right-click your active connection and select "Properties"
- Select IPv4: double-click "Internet Protocol Version 4 (TCP/IPv4)"
- Set DNS Servers: choose "Use the following DNS server addresses" and enter 1.1.1.1 and 1.0.0.1
- Repeat for IPv6: do the same under "Internet Protocol Version 6 (TCP/IPv6)"
- Apply: click OK and reconnect
macOS
- Open System Settings, then Network (this is System Preferences on macOS 12 and earlier)
- Select your active connection and click Details
- Open the DNS tab
- Click + and add both addresses, removing the grayed-out ISP entries
- Click OK then Apply
Gaming Consoles
PlayStation 5/4: Settings > Network > Set Up Internet Connection > pick your connection > Advanced Settings > DNS Settings > Manual, then enter both addresses.
Xbox Series X/S/One: Settings > Network > Network settings > Advanced settings > DNS settings > Manual, then enter your primary and secondary.
Router Configuration (Recommended)
Setting DNS on the router covers every device including consoles you would rather not configure individually.
- Access Router Admin: browse to your router's IP, usually 192.168.1.1 or 192.168.0.1
- Find DNS Settings: look under "DNS," "Internet," or "WAN"
- Set Custom DNS: switch from "Automatic" to "Manual"
- Enter Both: add the primary and secondary, and the IPv6 pair if the field exists
- Save and Restart
Verification
After changing, confirm it actually took effect:
- Windows: run
nslookup google.comand check the "Server" line - macOS/Linux: run
dig google.comand read theSERVER:line at the bottom - Online: dnsleaktest.com shows which resolver is answering for you, including the IPv6 one
If the online test still names your ISP after you changed the IPv4 settings, you almost certainly missed the IPv6 fields.
Gaming-Specific DNS Considerations
Latency vs Reliability
The fastest resolver is not always the best one. A server that answers in 8ms most of the time but occasionally takes 100ms under load will feel worse than a steady 12ms, because the stalls land exactly when everyone is queueing at once.
Game-Specific Routing
Some games do sit behind infrastructure that pairs well with a particular resolver. Epic Games leans heavily on Cloudflare, so Fortnite often resolves fastest on 1.1.1.1, and titles hosted on Google Cloud can behave similarly with 8.8.8.8. The effect is small, and it is not a reason to keep switching resolvers between games.
What DNS Will Not Fix
Packet loss, jitter, bufferbloat and a bad route to the game server are all unaffected by your resolver. If your ping is genuinely bad, look at your connection and your router's queue management first.
Conclusion
For most US players, set Cloudflare (1.1.1.1 and 1.0.0.1) and move on. Take Quad9 (9.9.9.9 and 149.112.112.112) if you want malware blocking at the resolver, AdGuard if you want ads gone network-wide and can accept the overhead, and NextDNS if you actually want to see per-device query logs.
Set the IPv6 pair as well as the IPv4 pair, keep both addresses from the same provider, and benchmark from your own connection during the hours you play. Then judge it on menu and matchmaking speed, because that is the only thing it was ever going to change.
Related DevToolLab Tools
- DNS Lookup Tool - check what any resolver returns for a hostname
- DNS Propagation Checker - see how a record resolves from different locations
- IPv6 Address Expander - expand or compress the IPv6 resolver addresses above
- IP Geolocation Lookup - find out where the game server IP you were handed actually is
Related Guides
- 11 Free Playit.gg Alternatives in 2026 - exposing a game server you host at home
- Best Self-Hosted VPN Solutions in 2026 - WireGuard, Headscale and NetBird for private routing
- Best Ngrok Alternatives - tunneling options when port forwarding is not available
- Best Uptime Monitoring Tools - ping, TCP and DNS checks for a server you run
