Skip to content

Instantly share code, notes, and snippets.

@jsuryahyd
Created September 28, 2023 10:41
Show Gist options
  • Save jsuryahyd/bdeaebc0243384eed3c056704c51eed6 to your computer and use it in GitHub Desktop.
Save jsuryahyd/bdeaebc0243384eed3c056704c51eed6 to your computer and use it in GitHub Desktop.
disable zscaler on mac
# https://www.atpeaz.com/disable-zscaler-temporarily-on-your-mac/
# disable
sudo launchctl unload /Library/LaunchDaemons/com.zscaler.service.plist && sudo launchctl unload /Library/LaunchDaemons/com.zscaler.tunnel.plist
# Reenable
sudo launchctl load /Library/LaunchDaemons/com.zscaler.service.plist && sudo launchctl load /Library/LaunchDaemons/com.zscaler.tunnel.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment