---
title: "Flush DNS Cache On macOS"
date: 2022-08-03T09:53:40.000Z
author: Z.SHINCHVEN
tags: [DNS cache, macOS, Commandline]
canonical: https://atlassc.net/2022/08/03/flush-dns-cache-on-macos
---
```zsh
sudo killall -HUP mDNSResponder
```
