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.
- Host: GitHub
- URL: https://github.com/mishamyrt/dns-flush
- Owner: mishamyrt
- Created: 2024-12-12T20:15:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T20:18:14.000Z (about 1 year ago)
- Last Synced: 2025-02-08T13:11:30.273Z (12 months ago)
- Topics: macos, script
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```