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