Created
March 12, 2019 22:12
-
-
Save tkuennen/ae9da9d5cb7c9b669b2b8b307bba59fb to your computer and use it in GitHub Desktop.
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
| sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 0 | |
| To turn the firewall on for specific applications/services: | |
| sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 1 | |
| To turn the firewall on for essential services like DHCP and ipsec, block all the rest: | |
| sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment