-
-
Save nelaaro/c1143a33dd2516c287cda3c6c74790b9 to your computer and use it in GitHub Desktop.
disable zscaler on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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