Merge pull request #7 from matteocrippa/master

fix typo for DNS flush
This commit is contained in:
Marcel Bischoff 2015-10-17 21:54:08 +02:00
commit 68a4eff8c8

View File

@ -512,7 +512,7 @@ ipconfig getpacket en0
#### Clear DNS Cache #### Clear DNS Cache
```bash ```bash
sudo dscachutil -flushcache && sudo killall -HUP mDNSResponder sudo dscacheutil -flushcache && sudo killall -HUP mDNSResponder
``` ```
### Hostname ### Hostname