- macOS Ventura (13.4, M1) 環境で確認済み。
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool YES
- Reboot
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool NO
- Reboot
sudo defaults write ...
command is enough. The command will automatically create the file (file format is binary-encoded plist) that look like this:For more detailed information, refer to the manpages (
man 8 mDNSResponder
) that comes with your macOS installation.