Merge remote-tracking branch 'herrbischoff/master'

This commit is contained in:
Robert Davey 2015-10-24 09:07:57 +01:00
commit 09873d62d8

View File

@ -655,12 +655,12 @@ defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1
#### Disable Bonjour #### Disable Bonjour
```bash ```bash
defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array-add "-NoMulticastAdvertisements" sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array-add "-NoMulticastAdvertisements"
``` ```
#### Enable Bonjour #### Enable Bonjour
```bash ```bash
defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array "/usr/sbin/mDNSResponder" "-launchd" sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array "/usr/sbin/mDNSResponder" "-launchd"
``` ```
### DHCP ### DHCP