From cc90b515c6d36bb49ee0ebf5f0c8222991e3e4b4 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Fri, 28 Aug 2026 10:58:53 +0200 Subject: [PATCH] [MAC] Add DNS reset --- zsh/.mac_config.zsh_mac.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.mac_config.zsh_mac.example b/zsh/.mac_config.zsh_mac.example index 2f15344..5cadaa8 100644 --- a/zsh/.mac_config.zsh_mac.example +++ b/zsh/.mac_config.zsh_mac.example @@ -40,3 +40,5 @@ alias python="python3" # Tahoe 26 WindowServer bug: windows stay interactive but can't be moved by # mouse or API until the window-management daemon is restarted (no logout). alias unstick-windows="killall WindowManager" + +alias resetdns="sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder"