Skip to content

Instantly share code, notes, and snippets.

@reishoku
Created May 27, 2023 12:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reishoku/d8bb566fa07a90c4377a74be5bd76c24 to your computer and use it in GitHub Desktop.
Save reishoku/d8bb566fa07a90c4377a74be5bd76c24 to your computer and use it in GitHub Desktop.
  • macOS Ventura (13.4, M1) 環境で確認済み。

Disable mDNS on macOS

  1. sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool YES
  2. Reboot

Enable mDNS on macOS

  1. sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool NO
  2. Reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment