---
title: "How To Use Ipconfig /Flushdns To Flush Dns On Windows, Mac, Linux & Browsers | DMARC Report"
description: "Flushing your DNS cache is one of the quickest ways to fix common internet issues like outdated website data, connection errors, or incorrect IP resolution."
image: "https://dmarcreport.com/og/blog/how-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers.png"
canonical: "https://dmarcreport.com/blog/how-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers/"
---

Quick Answer

Flushing your DNS cache is one of the quickest ways to fix common internet issues like outdated website data, connection errors, or incorrect IP resolution. The Domain Name System stores temporary records to speed up browsing, but these cached entries can sometimes become stale or corrupted. In this guide, you’ll learn how to use ipconfig /flushdns on Windows and clear DNS cache on Mac, Linux, and popular browsers to ensure your system fetches fresh and accurate data.

Related: [Free DMARC Checker](/tools/dmarc-checker/) ·[How to Create an SPF Record](/tools/spf-record-generator/) ·[SPF Record Format](/blog/spf-format-checker-dos-and-donts-for-email-authentication/) 

Share 

[ ](https://www.linkedin.com/sharing/share-offsite/?url=undefined%2Fblog%2Fhow-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers%2F "Share on LinkedIn") [ ](https://twitter.com/intent/tweet?text=How%20To%20Use%20Ipconfig%20%2FFlushdns%20To%20Flush%20Dns%20On%20Windows%2C%20Mac%2C%20Linux%20%26%20Browsers&url=undefined%2Fblog%2Fhow-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers%2F "Share on X/Twitter") [ ](https://www.facebook.com/sharer/sharer.php?u=undefined%2Fblog%2Fhow-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers%2F "Share on Facebook") [ ](https://reddit.com/submit?url=undefined%2Fblog%2Fhow-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers%2F&title=How%20To%20Use%20Ipconfig%20%2FFlushdns%20To%20Flush%20Dns%20On%20Windows%2C%20Mac%2C%20Linux%20%26%20Browsers "Share on Reddit") [ ](mailto:?subject=How%20To%20Use%20Ipconfig%20%2FFlushdns%20To%20Flush%20Dns%20On%20Windows%2C%20Mac%2C%20Linux%20%26%20Browsers&body=Check out this article: undefined%2Fblog%2Fhow-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers%2F "Share via Email") 

![How To Use Ipconfig /Flushdns To Flush Dns On Windows, Mac, Linux & Browsers](https://media.mailhop.org/dmarcreport/images/2022/04/dmarc-record-6071.jpg) 

Flushing your DNS cache is one of the quickest ways to fix common internet issues like outdated website data, connection errors, or incorrect IP resolution. \_The Domain Name System stores temporary records to speed up browsing, but these cached entries can sometimes become stale or corrupted. \_In this guide, you’ll learn how to use ipconfig /flushdns on Windows and clear DNS cache on Mac, Linux, and popular browsers to ensure your system fetches fresh and accurate data.

> The most common mistake we see during DMARC setup is jumping straight to p=reject without monitoring first, says Vasile Diaconu, Operations Lead at DuoCircle. Start at p=none, analyze your reports for at least a full quarter - you need to catch monthly, quarterly, and annual email senders that only fire periodically. Then fix any legitimate senders that fail before enforcing. We walk every customer through this sequence.

## Why and when to flush your DNS cache The Domain Name System translates a hostname (like example.com) to an IP address so your device can reach the correct server. To speed lookups, your [operating system](https://www.ibm.com/think/topics/operating-systems#:~:text=An%20operating%20system%20%28OS%29%20is,output%20devices%20and%20file%20storage.) and browsers keep a DNS cache containing recent resource data with a TTL (time to live). While this

cache accelerates browsing , it can become stale or corrupted. A timely flush DNS action clears those entries so new queries reach your configured DNS server and fetch fresh records.

Common symptoms that a DNS cache flush fixes include:

- You see an outdated website version after a migration or [content delivery network (CDN)](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) change.
- A _domain_ moves to a new _IPv4_ or _IPv6_ address but your system still uses the old IP address.
- Intermittent resolution failures after switching Wi‑Fi, VPNs, or network settings.
- Malicious redirection or DNS poisoning indicators (DNS cache poisoning can send you to rogue hosts).
- Sign-in loops or service endpoints changing (for example, after Microsoft Office 365 or identity provider updates).
![Dmarc record generator](https://media.mailhop.org/dmarcreport/images/2026/04/dmarc-record-generator-7474.jpg) 

When does a DNS flush help?

- Immediately after DNS changes on \*\*authoritative servers or registrar updates.
- After changing the local DNS server (e.g., moving from ISP DNS to a privacy resolver).
- When troubleshooting a broken network connection alongside a release IP address and renew IP address cycle.
- After toggling DoH/DoT or proxy settings that can confuse resolution paths.
- When browser DNS cache behaviors (e.g., _Chrome_ DNS cache) conflict with the OS cache.

Many reputable sources - university IT pages (such as the UCSD ITS Service Desk or the University of Mount Olive), vendor knowledge bases (e.g., Pearson), and training guides (freeCodeCamp) - routinely recommend a DNS flush command as a first step in DNS troubleshooting to resolve DNS issues safely and quickly.

## **_Windows_**: Use ipconfig /flushdns

The canonical _Windows_ DNS flush command is ipconfig /flushdns. You can run it in the _Windows_ _command prompt_ or in [PowerShell](https://en.wikipedia.org/wiki/PowerShell), and it applies system‑wide.

## **Run the DNS**flush command and related fixes

- Open an elevated shell
- Press Start, type _Command Prompt_, right-click it, and choose run as _administrator_. You can also open _Windows_ PowerShell (Admin). Using the _Windows_ _command prompt_ with elevated rights ensures system services can be controlled.
- Execute the core commands
- Flush the resolver cache:
- ipconfig /flushdns
- Verify cache entries (optional):
- ipconfig /displaydns
- Renew your IP configuration (optional but often helpful):
- ipconfig /release  
- ipconfig /renew Running ipconfig /release will release IP address leases, and ipconfig /renew will renew IP address details from DHCP, complementing a DNS cache clear if your **network settings changed**.
- Re-register and reset networking (if needed)
- Re-register dynamic DNS for _domain_\-joined machines:
- ipconfig /registerdns
- Reset the _Winsock_ catalog (useful after malware cleanups or socket errors):
- netsh \_winsock\_ reset
- Optionally reset the _TCP/IP_ stack:
- netsh int ip reset After netsh \_winsock\_ reset (and a \_TCP/IP\_ reset), restart computer to ensure the \_Winsock\_ and \_network service\_ components reload cleanly.
![Dmarc record](https://media.mailhop.org/dmarcreport/images/2026/04/dmarc-record-7475.jpg) 

Notes:

- All of these commands can be issued in the _Windows_ _command prompt_ or in an elevated _Command Prompt_ window.
- ipconfig /flushdns is safe to run repeatedly. It simply forces new lookups by clearing the DNS cache.

## Verify results and fix common errors

- Confirm the flush:
- ipconfig /displaydns should now show few or no entries until you start browsing again.
- “Could not flush the DNS Resolver Cache: Function failed…” usually indicates:
- The \*\*DNS Client service is stopped. Start it via Services (services.msc) or: net start dnscache.  
- You didn’t run the _Windows_ _command prompt_ as an _administrator_. Re-open and run as _administrator_.
- Name still resolves to the old IP address?
- Use ipconfig /release followed by ipconfig /renew to release IP address settings from DHCP, then ipconfig /registerdns. Repeat ipconfig /flushdns to ensure freshness.  
- Check hosts file overrides: C:_Windows_\\System32\\drivers\\etc\\hosts.  
- Confirm your [DNS server](https://blog.hubspot.com/website/what-is-dns-server) settings in Windows Settings  
> Network & Internet. Corporate images may enforce DNS through policy.
- Socket or stack problems:
- netsh \_winsock\_ reset followed by a restart computer can clear lingering \_Winsock\_ catalog corruption.
- Mixed _IPv4_/_IPv6_ issues:
- Validate with nslookup both A (IPv4) and AAAA (IPv6) records to see which path is stale.

Guidance like this appears across Microsoft support, university IT help (e.g., UCSD ITS Service Desk), and enterprise runbooks because these steps resolve a large share of practical DNS issues on Windows.

## macOS and Linux: Flush DNSvia \_Terminal

_Apple_ and Linux distributions maintain DNS caches differently. Use _Terminal_ (_Mac_) or your Linux shell to flush DNS quickly.

## **macOS (Apple)** On modern macOS versions, the system resolver relies on _mDNSResponder_ and the _dscacheutil_ interface.

- Open _Terminal_ (_Mac_).
- Run:
- sudo \_dscacheutil\_ -flushcache  
- sudo killall -HUP _mDNSResponder_ These commands clear the DNS cache and signal _mDNSResponder_ to reload. There’s no success message; test resolution afterward.

Older versions (OS X Yosemite era) used _discoveryutil_:

- sudo _discoveryutil_ mdnsflushcache

Tips:

- Safari primarily uses the system resolver; there’s no dedicated Safari DNS cache page. If web apps still show stale lookups, flush DNS again and consider \*\*clearing browser caches. - You typically do not need to restart computer, but doing so can help after significant _network service_ changes.
![Dmarc generator](https://media.mailhop.org/dmarcreport/images/2026/04/dmarc-generator-7476.jpg) 

## Linux (systemd-resolved, nscd, dnsmasq, NetworkManager)

Linux varies by distribution and enabled services:

- systemd-resolved:
- sudo resolvectl flush-caches  
- or: sudo systemd-resolve -flush-caches  
- Check stats: resolvectl statistics
- nscd (Name Service Cache Daemon):
- sudo service nscd restart  
- or: sudo systemctl restart nscd
- dnsmasq:
- sudo systemctl restart dnsmasq
- NetworkManager caching plugin:
- sudo nmcli general reload  
- or restart the _network service_ depending on your distro.

After a flush DNS action on Linux, retest with dig or nslookup to confirm fresh answers and updated TTL values. If your resolver path includes DoH/DoT or corporate proxies, ensure their caches aren’t **serving stale resource data**.

![Dmarc analyzer](https://media.mailhop.org/dmarcreport/images/2026/04/dmarc-analyzer-7477.jpg) 

## Browsers and post-flush verification

Some browsers maintain their own caches independent of the OS. Clearing the browser DNS cache can be the final step to fully clear DNS cache across layers, especially with DNS over [Hypertext Transfer Protocol (HTTP)](https://www.techtarget.com/searchsoftwarequality/definition/HTTPS) enabled.

## Google Chromeand Microsoft Edge

- Open _Google Chrome_ (or Chromium-based Edge).
- Visit _chrome_://net-internals/#_dns_ (Edge: edge://net-internals/#_dns_).
- Click Clear host cache to purge the _Chrome_ DNS cache.
- Then visit _chrome_://net-internals/#sockets and “Flush socket pools” to reset active connections that might pin old endpoints.
- If you use Secure DNS (DoH) in _Chrome_, temporarily disable it under Settings

> Privacy and Security to avoid conflicting resolution paths during DNS troubleshooting. Re-enable it after validation.

These steps ensure the browser DNS cache doesn’t resurrect stale entries even after you run ipconfig /flushdns at the OS level.

## Firefox and Safari

- Firefox:
- Go to about:networking#\_dns\_ and click “Clear DNS Cache.”  
- If testing with DoH, toggle network.trr.mode or disable DoH temporarily in Settings  
> General > Network Settings to compare behavior against the system resolver.
- Safari (_Mac_):
- Safari relies on macOS’s resolver. Use sudo \_dscacheutil\_ -flushcache plus sudo killall -HUP \_mDNSResponder\_. You may also clear general browsing caches via Develop  
> Empty Caches, but DNS resolution itself clears via macOS commands.

If a site still loads an outdated website version, test in a Private/Incognito window to isolate caching and cookies.

![Dmarc record generator](https://media.mailhop.org/dmarcreport/images/2026/04/dmarc-record-generator-7474.jpg) 

## Verify and troubleshoot after flushing

- Query authoritative answers:
- nslookup example.com or dig example.com on multiple networks (home vs. mobile hotspot). Check the \[TTL (time to live)\](https://www.ioriver.io/terms/time-to-live) to understand cache expiration timing.
- Compare DNS server paths:
- Ensure the \*\*configured DNS server in system preferences (\_Mac\_) or \_Windows\_ network settings is the one you intend (enterprise DNS, ISP DNS, or a public resolver). Domain join and AD policies can override local choices.
- Consider upstream caches:
- Your router and ISP may cache responses. Power-cycle your router if needed, or test via a different network connection.
- VPN, proxies, and DoH:
- A \[virtual private network (VPN)\](https://www.paloaltonetworks.com/cyberpedia/what-is-a-vpn) client, enterprise proxy, or DoH policy can route DNS over different tunnels. Disable them briefly to isolate the problem.
- Hosts file overrides:
- macOS/Linux: /etc/hosts  
- _Windows_: C:_Windows_\\System32\\drivers\\etc\\hosts Remove unintended static mappings that force a wrong IP address.
- Application and service endpoints:
- Cloud platforms like \_Microsoft Office 365\_ or \[single sign-on (SSO)\](https://www.okta.com/blog/identity-security/single-sign-on-sso/) providers may change hostnames. After a flush DNS sequence, sign out/in and test fresh sessions.
- When to expand scope:
- If corruption persists, on \_Windows\_ run netsh \_winsock\_ reset to rebuild the \_Winsock\_ catalog, then restart computer. Follow with ipconfig /flushdns, ipconfig /release, ipconfig /renew, and ipconfig /registerdns in an elevated \_Windows\_ \_command prompt\_ or \_Command Prompt\_ window to fully reset name resolution and renew IP address information.
- Documentation and support:
- Enterprise teams and campus IT (e.g., UCSD \_ITS Service Desk\_ or \_University of Mount Olive\_ IT) often publish resolver settings and known issues. Vendor help centers (including Pearson) and developer tutorials (freeCodeCamp) provide step-by-step walk-throughs for the DNS flush command on different platforms.

By clearing every layer - the OS DNS cache, the browser DNS cache, and, if necessary, resetting Winsock/TCP/IP - you create a clean slate for the Domain Name System to resolve your domain queries accurately and securely , minimizing exposure to DNS poisoning and ensuring cache expiration works as designed - while email authentication protocols like [DMARC](https://dmarcreport.com/), [SPF](https://dmarcreport.com/what-is-spf/), and [DKIM](https://dmarcreport.com/what-is-dkim/) further protect your domain from spoofing and phishing attacks.

## Topics

[ dkim ](/tags/dkim/)[ DMARC ](/tags/dmarc/)[ dmarc record ](/tags/dmarc-record/)[ SPF ](/tags/spf/) 

![Vishal Lamba](https://media.mailhop.org/dmarcreport/images/team/vishal-lamba.jpg) 

[ Vishal Lamba ](/authors/vishal-lamba/) 

Content Specialist

Content Specialist at DMARC Report. Writes vendor-specific email authentication guides and troubleshooting walkthroughs.

[LinkedIn Profile →](https://www.linkedin.com/in/vishal-lamba/) 

## Take control of your DMARC reports

Turn raw XML into actionable dashboards. Start free - no credit card required.

[Start Free Trial](https://app.dmarcreport.com/) [Check Your DMARC Record](/tools/dmarc-checker/) 

## Related Articles

[  Foundational 7m  4 sectors that need email authentication the most and why  Oct 15, 2024 ](/blog/4-sectors-that-need-email-authentication-the-most-and-why/)[  Foundational 4m  8 Misconceptions About DMARC and its Deployment for Businesses  Dec 4, 2023 ](/blog/8-misconceptions-about-dmarc-and-its-deployment-for-businesses/)[  Foundational 8m  9 technologies to protect your emails from cyber actors  Dec 10, 2024 ](/blog/9-technologies-to-protect-your-emails-from-cyber-actors/)[  Foundational 14m  Add TXT Record on Namecheap: A Complete DNS Guide  Mar 5, 2025 ](/blog/add-txt-record-on-namecheap-a-complete-dns-guide/)

```json
{"@context":"https://schema.org","@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com","logo":{"@type":"ImageObject","url":"https://dmarcreport.com/images/dmarcreport-logo.png"},"description":"DMARC reporting and email authentication management. Monitor aggregate and forensic DMARC reports, analyze authentication results, and enforce DMARC policies across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"sameAs":["https://www.wikidata.org/wiki/Q138898167","https://www.linkedin.com/company/duocircle","https://x.com/duocirclellc","https://www.g2.com/products/dmarc-report/reviews","https://github.com/duocircle","https://www.crunchbase.com/organization/duocircle-llc","https://www.trustradius.com/products/duocircle/reviews"],"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.8","reviewCount":"470","bestRating":"5","worstRating":"1","url":"https://www.g2.com/products/dmarc-report/reviews"},"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://dmarcreport.com/support/"},"knowsAbout":["DMARC","DMARC Reporting","DMARC Aggregate Reports","DMARC Forensic Reports","Sender Policy Framework","DKIM","Email Authentication","Email Security","DNS Management","Email Deliverability"]}
```

```json
{"@context":"https://schema.org","@type":"WebSite","name":"DMARC Report","url":"https://dmarcreport.com","description":"DMARC reporting and email authentication management. Monitor aggregate and forensic DMARC reports, analyze authentication results, and enforce DMARC policies across all your domains.","publisher":{"@type":"Organization","name":"DMARC Report","url":"https://dmarcreport.com","logo":{"@type":"ImageObject","url":"https://dmarcreport.com/images/dmarcreport-logo.png"},"description":"DMARC reporting and email authentication management. Monitor aggregate and forensic DMARC reports, analyze authentication results, and enforce DMARC policies across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]}}}
```

```json
[{"@context":"https://schema.org","@type":"BlogPosting","headline":"How To Use Ipconfig /Flushdns To Flush Dns On Windows, Mac, Linux & Browsers","description":"Flushing your DNS cache is one of the quickest ways to fix common internet issues like outdated website data, connection errors, or incorrect IP resolution.","url":"https://dmarcreport.com/blog/how-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers/","datePublished":"2026-04-04T13:48:35.000Z","dateModified":"2026-04-16T15:53:43.000Z","dateCreated":"2026-04-04T13:48:35.000Z","author":{"@type":"Person","@id":"https://dmarcreport.com/authors/vishal-lamba/#person","name":"Vishal Lamba","url":"https://dmarcreport.com/authors/vishal-lamba/","jobTitle":"Content Specialist","description":"Vishal Lamba writes DMARC Report's how-to guides and vendor-specific configuration walkthroughs. His work focuses on step-by-step implementation guides for major email platforms (Google Workspace, Microsoft 365, SendGrid, Mimecast, Proofpoint, Brevo, and others), troubleshooting common SPF and DMARC errors, and translating RFC-level specifications into practical deployment procedures for IT administrators.","image":"https://media.mailhop.org/dmarcreport/images/team/vishal-lamba.jpg","knowsAbout":["SPF Vendor Configuration","Email Platform Integrations","SPF Troubleshooting","Technical Documentation","Step-by-Step Guides"],"worksFor":{"@type":"Organization","name":"DMARC Report","url":"https://dmarcreport.com"},"sameAs":["https://www.linkedin.com/in/vishal-lamba/"]},"publisher":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com","logo":{"@type":"ImageObject","url":"https://dmarcreport.com/images/dmarcreport-logo.png"},"description":"DMARC reporting and email authentication management. Monitor aggregate and forensic DMARC reports, analyze authentication results, and enforce DMARC policies across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"sameAs":["https://www.wikidata.org/wiki/Q138898167","https://www.linkedin.com/company/duocircle","https://x.com/duocirclellc","https://www.g2.com/products/dmarc-report/reviews","https://github.com/duocircle","https://www.crunchbase.com/organization/duocircle-llc","https://www.trustradius.com/products/duocircle/reviews"],"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.8","reviewCount":"470","bestRating":"5","worstRating":"1","url":"https://www.g2.com/products/dmarc-report/reviews"},"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://dmarcreport.com/support/"},"knowsAbout":["DMARC","DMARC Reporting","DMARC Aggregate Reports","DMARC Forensic Reports","Sender Policy Framework","DKIM","Email Authentication","Email Security","DNS Management","Email Deliverability"]},"mainEntityOfPage":{"@type":"WebPage","@id":"https://dmarcreport.com/blog/how-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers/"},"articleSection":"foundational","keywords":"dkim, DMARC, dmarc record, SPF","wordCount":1745,"image":{"@type":"ImageObject","url":"https://media.mailhop.org/dmarcreport/images/2022/04/dmarc-record-6071.jpg","caption":"How To Use Ipconfig /Flushdns To Flush Dns On Windows, Mac, Linux & Browsers","width":900,"height":600},"speakable":{"@type":"SpeakableSpecification","cssSelector":[".answer-block","h1"]}}]
```

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://dmarcreport.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://dmarcreport.com/blog/"},{"@type":"ListItem","position":3,"name":"Foundational","item":"https://dmarcreport.com/foundational/"},{"@type":"ListItem","position":4,"name":"How To Use Ipconfig /Flushdns To Flush Dns On Windows, Mac, Linux & Browsers","item":"https://dmarcreport.com/blog/how-to-use-ipconfig-flushdns-to-flush-dns-windows-mac-linux-browsers/"}]}
```
