From f74c1791f00cdcfa8801164802aec3680b2cb6fd Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Thu, 31 Oct 2024 16:20:14 -0500 Subject: [PATCH] modified: more-common-settings.sh --- more-common-settings.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/more-common-settings.sh b/more-common-settings.sh index 0c1bbfb..ff57f28 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -107,4 +107,7 @@ fi # NextDNS echo "[DSMOSS] Add NextDNS..." -open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig" \ No newline at end of file +open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig" +echo Enable Sneed Settings and NextDNS then press ENTER. +read +sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder \ No newline at end of file