How do I enable Bonjour
I have a script to disable it,
#! /bin/bash
defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
do I just reverse it or delete the .plist file
How do I enable Bonjour
I have a script to disable it,
#! /bin/bash
defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
do I just reverse it or delete the .plist file
To turn it off execute this command:
defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array-add "-NoMulticastAdvertisements"
To turn it on again:
defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array "/usr/sbin/mDNSResponder" "-launchd"
Not possible with SIP enabled.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.