An open API service indexing awesome lists of open source software.

https://github.com/mishamyrt/dns-flush

🗑️ Flush the DNS cache on macOS.
https://github.com/mishamyrt/dns-flush

macos script

Last synced: 10 months ago
JSON representation

🗑️ Flush the DNS cache on macOS.

Awesome Lists containing this project

README

          

# DNS Flush

A simple script to flush the DNS cache on macOS.

## Installation

```bash
sudo curl -fsSL https://raw.githubusercontent.com/mishamyrt/dns-flush/refs/heads/main/dns-flush.sh -o /usr/local/bin/flush-dns
sudo chmod +x /usr/local/bin/flush-dns
```

## Usage

```bash
flush-dns
```