From 44271657a0957b4d1ab6a66c0a02550b78d73cd2 Mon Sep 17 00:00:00 2001 From: Nick Trochalakis Date: Mon, 10 Feb 2025 00:28:46 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5cd765b..ce23b07 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ A repo for random small scripts/tools/things ``` curl https://raw.githubusercontent.com/Chewbaccalakis/random/refs/heads/main/dinopass | sudo tee /usr/local/bin/dinopass && sudo chmod +x /usr/local/bin/dinopass ``` + +### Mac DNS Flush +``` +curl https://raw.githubusercontent.com/Chewbaccalakis/random/refs/heads/main/flushdns | sudo tee /usr/local/bin/flushdns && sudo chmod +x /usr/local/bin/flushdns +```