Correct sorting of Bonjour commands
This commit is contained in:
parent
f16d55795c
commit
14a8578f85
10
README.md
10
README.md
@ -642,16 +642,16 @@ defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1
|
|||||||
|
|
||||||
### Bonjour
|
### Bonjour
|
||||||
|
|
||||||
#### Enable Bonjour
|
|
||||||
```bash
|
|
||||||
defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array "/usr/sbin/mDNSResponder" "-launchd"
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Disable 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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Enable Bonjour
|
||||||
|
```bash
|
||||||
|
defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array "/usr/sbin/mDNSResponder" "-launchd"
|
||||||
|
```
|
||||||
|
|
||||||
### DHCP
|
### DHCP
|
||||||
|
|
||||||
#### Renew DHCP Lease
|
#### Renew DHCP Lease
|
||||||
|
Loading…
Reference in New Issue
Block a user