So I was reading this PDF file from the NSA on how to harden OS X. After inputting a command into the terminal that was supposed to turn off Bonjour, my internet stopped working.
Here is the command:
sudo defaults write /System/Library/
LaunchDaemons/com.apple.mDNSResponder
ProgramArguments -array-add
"-NoMulticastAdvertisements"
How can I undo this command?
Thanks.
Here is the command:
sudo defaults write /System/Library/
LaunchDaemons/com.apple.mDNSResponder
ProgramArguments -array-add
"-NoMulticastAdvertisements"
How can I undo this command?
Thanks.