Update README.md

This commit is contained in:
Andros Fenollosa 2020-03-22 09:41:05 +01:00 committed by GitHub
parent 005f792f87
commit e44c02d5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ Refresh your DNS cache
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
``` ```
### Extra: dnsmasq is in charge of solving all DNS ### Bonus: dnsmasq is in charge of solving all DNS
Add in confiigure file: `/usr/local/etc/dnsmasq.conf` Add in confiigure file: `/usr/local/etc/dnsmasq.conf`
@ -112,7 +112,7 @@ server=208.67.222.222
server=208.67.220.220 server=208.67.220.220
``` ```
### Extra: dnsmasq have test domains ### Bonus: dnsmasq have test domains
If you want all your `.localhost` domains, for example, point to localhost add in confiigure file: `/usr/local/etc/dnsmasq.conf` If you want all your `.localhost` domains, for example, point to localhost add in confiigure file: `/usr/local/etc/dnsmasq.conf`