[MAC] Add DNS reset

This commit is contained in:
Fabian Ising
2026-08-28 10:58:53 +02:00
parent 13ffdfdb04
commit cc90b515c6
+2
View File
@@ -40,3 +40,5 @@ alias python="python3"
# Tahoe 26 WindowServer bug: windows stay interactive but can't be moved by # 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). # mouse or API until the window-management daemon is restarted (no logout).
alias unstick-windows="killall WindowManager" alias unstick-windows="killall WindowManager"
alias resetdns="sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder"