Merge pull request #18 from talkain/master
Fixed the Bonjour enable/disable commands' titles
This commit is contained in:
commit
f16d55795c
@ -642,12 +642,12 @@ defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1
|
||||
|
||||
### Bonjour
|
||||
|
||||
#### Disable Bonjour
|
||||
#### Enable Bonjour
|
||||
```bash
|
||||
defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array "/usr/sbin/mDNSResponder" "-launchd"
|
||||
```
|
||||
|
||||
#### Enable Bonjour
|
||||
#### Disable Bonjour
|
||||
```bash
|
||||
defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array-add "-NoMulticastAdvertisements"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user