From eccb2df38aa5c3de16d0479d559b9daaaabcf38c Mon Sep 17 00:00:00 2001 From: Steven Black Date: Mon, 21 Nov 2022 16:28:31 -0500 Subject: [PATCH] Add a ling to today's article on OSX-Daily titled How to Clear DNS Cache in MacOS Ventura & MacOS Monterey. --- readme_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme_template.md b/readme_template.md index 1c9ce7ce7..4bce9b65c 100644 --- a/readme_template.md +++ b/readme_template.md @@ -500,7 +500,8 @@ Open a Terminal and run with root privileges: ### macOS -Open a Terminal and run: +As described in [this article](https://osxdaily.com/2022/11/21/how-clear-dns-cache-macos-ventura-monterey/), +open a Terminal and run: ```sh sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder